commit | 89068c576bf324ef6fbd50dfc745148f7def202c | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sun Feb 07 03:07:29 2010 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sun Feb 07 03:07:29 2010 -0500 |
tree | 6c19f0e1fa2e0bdd732fb91924a9e9c3efb2784b | |
parent | 1e93d0052d9a6b3d0b382eedceb18b519d603baf [diff] [blame] |
Take ima_file_free() to proper place. Hooks: Just Say No. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/fs/file_table.c b/fs/file_table.c index 69652c5..b98404b 100644 --- a/fs/file_table.c +++ b/fs/file_table.c
@@ -253,6 +253,7 @@ if (file->f_op && file->f_op->release) file->f_op->release(inode, file); security_file_free(file); + ima_file_free(file); if (unlikely(S_ISCHR(inode->i_mode) && inode->i_cdev != NULL)) cdev_put(inode->i_cdev); fops_put(file->f_op);