From: Eric Paris Date: Mon, 25 Oct 2010 18:41:26 +0000 (-0400) Subject: IMA: drop the inode opencount since it isn't needed for operation X-Git-Tag: v2.6.37-rc1~106^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b575156dafef208415ff0842c392733d16d4ccf1;p=pandora-kernel.git IMA: drop the inode opencount since it isn't needed for operation The opencount was used to help debugging to make sure that everything which created a struct file also correctly made the IMA calls. Since we moved all of that into the VFS this isn't as necessary. We should be able to get the same amount of debugging out of just the reader and write count. Signed-off-by: Eric Paris Acked-by: Mimi Zohar Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed