From 9124f6f0939b596ff04ed200858c4c5b62006e89 Mon Sep 17 00:00:00 2001 From: Hugh Dickins Date: Sat, 6 Jun 2009 21:18:09 +0100 Subject: [PATCH] --- yaml --- r: 145513 b: refs/heads/master c: f07502dae230a2c3b65381fd1b06e8a18b2c7525 h: refs/heads/master i: 145511: 19e66b5e1587e9a7f3a5952d256a1fc8ab07533f v: v3 --- [refs] | 2 +- trunk/fs/inode.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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);