integrity: fix IMA inode leak
authorHugh Dickins <hugh.dickins@tiscali.co.uk>
Sat, 6 Jun 2009 20:18:09 +0000 (21:18 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 6 Jun 2009 21:33:41 +0000 (14:33 -0700)
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>

No differences found