On Mon, 2010-10-18 at 10:56 -0700, Linus Torvalds wrote:
That was #2 in my list of things to fix:
2) IMA creates an entire integrity structure for every inode even when
most or all of this structure will not be needed.
I'm stating with #1 since that was 2G of wasted space (thus far my
switch to rbtree seems to be surviving an xfstest) so I expect to send
the patch this afternoon. #2 should attack the size of the iint_cache
entries. #3 should attack the scalability. I'm certainly hoping I
didn't miss part of the report....
-Eric
--