From: Hugh Dickins Date: Sat, 6 Jun 2009 20:18:09 +0000 (+0100) Subject: integrity: fix IMA inode leak X-Git-Tag: v2.6.30~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f07502dae230a2c3b65381fd1b06e8a18b2c7525;p=pandora-kernel.git 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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed