commit | 3350b2acdd39d23db52710045536b943fe38a35c | [log] [tgz] |
---|---|---|
author | Marc Dionne <marc.c.dionne@gmail.com> | Tue Dec 01 14:09:24 2009 +0000 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Dec 01 07:35:11 2009 -0800 |
tree | cafa0bd2883411209fd99aeddb92550802510298 | |
parent | fa1dae4906982b5d896c07613b1fe42456133b1c [diff] |
CacheFiles: Update IMA counters when using dentry_open When IMA is active, using dentry_open without updating the IMA counters will result in free/open imbalance errors when fput is eventually called. Signed-off-by: Marc Dionne <marc.c.dionne@gmail.com> Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>