]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8edc9a90311c59531a2659d7eb2e4b1b8b4e6a92
tree52e4afd6a1969a975bd9e4b882d97d5ab659fa20
parent87057bb2f34f932d0d644ebf884c823109fad855
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