提交 711a40fc 编写于 作者: S Sunil Mushran 提交者: Mark Fasheh

ocfs2: remove spurious d_count check in ocfs2_rename()

This was causing some folks to incorrectly get -EBUSY during rename.
Signed-off-by: NSunil Mushran <sunil.mushran@oracle.com>
Signed-off-by: NMark Fasheh <mark.fasheh@oracle.com>
上级 79cd22d3
......@@ -1085,14 +1085,6 @@ static int ocfs2_rename(struct inode *old_dir,
BUG();
}
if (atomic_read(&old_dentry->d_count) > 2) {
shrink_dcache_parent(old_dentry);
if (atomic_read(&old_dentry->d_count) > 2) {
status = -EBUSY;
goto bail;
}
}
/* Assume a directory heirarchy thusly:
* a/b/c
* a/d
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册