commit | 1d3382cbf02986e4833849f528d451367ea0b4cb | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sat Oct 23 15:19:20 2010 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Oct 25 21:24:15 2010 -0400 |
tree | b754f9903c0f77ce40dcff18030b49d0ce213eab | |
parent | a8dade34e3df581bc36ca2afe6e27055e178801c [diff] |
new helper: inode_unhashed() note: for race-free uses you inode_lock held Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c index c038644..f6f2a0d 100644 --- a/fs/btrfs/inode.c +++ b/fs/btrfs/inode.c
@@ -3849,7 +3849,7 @@ p = &root->inode_tree.rb_node; parent = NULL; - if (hlist_unhashed(&inode->i_hash)) + if (inode_unhashed(inode)) return; spin_lock(&root->inode_lock);