make simple_positive() public
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -1771,7 +1771,7 @@ EXPORT_SYMBOL_GPL(nfs_mkdir);
|
||||
|
||||
static void nfs_dentry_handle_enoent(struct dentry *dentry)
|
||||
{
|
||||
if (d_really_is_positive(dentry) && !d_unhashed(dentry))
|
||||
if (simple_positive(dentry))
|
||||
d_delete(dentry);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user