]> Git Repo - linux.git/commit
integrity: fix IMA inode leak
authorHugh Dickins <[email protected]>
Sat, 6 Jun 2009 20:18:09 +0000 (21:18 +0100)
committerLinus Torvalds <[email protected]>
Sat, 6 Jun 2009 21:33:41 +0000 (14:33 -0700)
commitf07502dae230a2c3b65381fd1b06e8a18b2c7525
tree0576d509666204c8c2ad3fd023c673b46f57bf78
parent81ee1bad86bd6752c626018d43a74e3f81f1ae72
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 <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/inode.c
This page took 0.047867 seconds and 4 git commands to generate.