X-Git-Url: http://git.samba.org/samba.git/?p=sfrench%2Fcifs-2.6.git;a=blobdiff_plain;f=fs%2Ffile_table.c;h=b74a8e1da913c95033bc494e39c6c9f0ff87316d;hp=aa1e180502829948707098ac19a8b1d6613e41f3;hb=8e9d2089723d08d51e66c5eea49253d76e27941e;hpb=60aa49243d09afc873f082567d2e3c16634ced84 diff --git a/fs/file_table.c b/fs/file_table.c index aa1e18050282..b74a8e1da913 100644 --- a/fs/file_table.c +++ b/fs/file_table.c @@ -13,6 +13,7 @@ #include #include #include +#include #include #include #include @@ -280,6 +281,7 @@ void __fput(struct file *file) 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);