diff options
author | Hugh Dickins <hugh.dickins@tiscali.co.uk> | 2009-06-06 22:18:09 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-06-06 23:33:41 +0200 |
commit | f07502dae230a2c3b65381fd1b06e8a18b2c7525 (patch) | |
tree | 0576d509666204c8c2ad3fd023c673b46f57bf78 /drivers/md | |
parent | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... (diff) | |
download | linux-f07502dae230a2c3b65381fd1b06e8a18b2c7525.tar.xz linux-f07502dae230a2c3b65381fd1b06e8a18b2c7525.zip |
integrity: fix IMA inode leak
CONFIG_IMA=y inode activity leaks iint_cache and radix_tree_node objects
until the system runs out of memory. Nowhere is calling ima_inode_free()
a.k.a. ima_iint_delete(). Fix that by calling it from destroy_inode().
Signed-off-by: Hugh Dickins <hugh.dickins@tiscali.co.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions