commit | dc3f4198eac14e52a98dfc79cd84b45e280f59cd | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Mon May 18 10:10:34 2015 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Jun 23 18:02:01 2015 -0400 |
tree | 1fa6e8ec571132471e903a6a1d34accacfa9ad33 | |
parent | 5d754ced150e392c7b5dbf73ed2feddb60cd579a [diff] [blame] |
make simple_positive() public Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/fs/configfs/inode.c b/fs/configfs/inode.c index 8d89f5f..eae8757 100644 --- a/fs/configfs/inode.c +++ b/fs/configfs/inode.c
@@ -236,7 +236,7 @@ if (dentry) { spin_lock(&dentry->d_lock); - if (!d_unhashed(dentry) && d_really_is_positive(dentry)) { + if (simple_positive(dentry)) { dget_dlock(dentry); __d_drop(dentry); spin_unlock(&dentry->d_lock);