Re: [PATCH] UBIFS: add crypto lookup field to tree node cache

From: Artem Bityutskiy
Date: Mon May 14 2012 - 09:18:25 EST


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

Attachment: signature.asc
Description: This is a digitally signed message part