From 0f22081f09cbc5f5efdc6ab83c9775c9f9df94ef Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Tue, 6 May 2008 13:13:37 -0700 Subject: [PATCH] --- yaml --- r: 96112 b: refs/heads/master c: 6ce07c7b61e74af35a05060a2d6341f68fd92c9e h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/inode.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 41c09d5593b2..604a9eeeeead 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: aeed5fce37196e09b4dac3a1c00d8b7122e040ce +refs/heads/master: 6ce07c7b61e74af35a05060a2d6341f68fd92c9e diff --git a/trunk/fs/inode.c b/trunk/fs/inode.c index 18bdce14b70c..c36d9480335c 100644 --- a/trunk/fs/inode.c +++ b/trunk/fs/inode.c @@ -1149,8 +1149,6 @@ static inline void iput_final(struct inode *inode) void iput(struct inode *inode) { if (inode) { - const struct super_operations *op = inode->i_sb->s_op; - BUG_ON(inode->i_state == I_CLEAR); if (atomic_dec_and_lock(&inode->i_count, &inode_lock))