diff options
Diffstat (limited to 'fs/btrfs/inode.c')
-rw-r--r-- | fs/btrfs/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c index 7f9e0536db1a..95eac0116963 100644 --- a/fs/btrfs/inode.c +++ b/fs/btrfs/inode.c | |||
@@ -3860,7 +3860,7 @@ again: | |||
3860 | p = &parent->rb_right; | 3860 | p = &parent->rb_right; |
3861 | else { | 3861 | else { |
3862 | WARN_ON(!(entry->vfs_inode.i_state & | 3862 | WARN_ON(!(entry->vfs_inode.i_state & |
3863 | (I_WILL_FREE | I_FREEING | I_CLEAR))); | 3863 | (I_WILL_FREE | I_FREEING))); |
3864 | rb_erase(parent, &root->inode_tree); | 3864 | rb_erase(parent, &root->inode_tree); |
3865 | RB_CLEAR_NODE(parent); | 3865 | RB_CLEAR_NODE(parent); |
3866 | spin_unlock(&root->inode_lock); | 3866 | spin_unlock(&root->inode_lock); |