IMA: drop the inode opencount since it isn't needed for operation
authorEric Paris <eparis@redhat.com>
Mon, 25 Oct 2010 18:41:26 +0000 (14:41 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 26 Oct 2010 18:37:17 +0000 (11:37 -0700)
commitb575156dafef208415ff0842c392733d16d4ccf1
tree52e4afd6a1969a975bd9e4b882d97d5ab659fa20
parent8549164143a5431f9d9ea846acaa35a862410d9c
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 <eparis@redhat.com>
Acked-by: Mimi Zohar <zohar@linux.vnet.ibm.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
security/integrity/ima/ima.h
security/integrity/ima/ima_iint.c
security/integrity/ima/ima_main.c