diff --git a/[refs] b/[refs] index fca382a5adc7..32704ff33574 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 81ee1bad86bd6752c626018d43a74e3f81f1ae72 +refs/heads/master: f07502dae230a2c3b65381fd1b06e8a18b2c7525 diff --git a/trunk/fs/inode.c b/trunk/fs/inode.c index a4876e561953..bca0c618fdb3 100644 --- a/trunk/fs/inode.c +++ b/trunk/fs/inode.c @@ -219,6 +219,7 @@ static struct inode *alloc_inode(struct super_block *sb) void destroy_inode(struct inode *inode) { BUG_ON(inode_has_buffers(inode)); + ima_inode_free(inode); security_inode_free(inode); if (inode->i_sb->s_op->destroy_inode) inode->i_sb->s_op->destroy_inode(inode);