[PATCH] UBIFS: add crypto lookup field to tree node cache
Artem Bityutskiy
dedekind1 at gmail.com
Mon May 14 09:21:56 EDT 2012
On Fri, 2012-05-11 at 13:24 +0200, Joel Reardon wrote:
> struct ubifs_zbranch {
> union ubifs_key key;
> @@ -751,6 +752,7 @@ struct ubifs_zbranch {
> int lnum;
> int offs;
> int len;
> + long long crypto_lookup;
> };
Why is it "long long" which is 64 bit? What will it contain? Could we
make it unsigned int - we'd waste less RAM then - remember that we
allocate a lot of these structures.
--
Best Regards,
Artem Bityutskiy
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part
URL: <http://lists.infradead.org/pipermail/linux-mtd/attachments/20120514/4a58f6fc/attachment.sig>
More information about the linux-mtd
mailing list