提交 5c0f360b 编写于 作者: A Al Viro

jfs_ci_revalidate() is safe from RCU mode

Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
上级 407938e7
......@@ -1597,8 +1597,6 @@ static int jfs_ci_compare(const struct dentry *parent,
static int jfs_ci_revalidate(struct dentry *dentry, struct nameidata *nd)
{
if (nd && nd->flags & LOOKUP_RCU)
return -ECHILD;
/*
* This is not negative dentry. Always valid.
*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册