提交 c78f4cc5 编写于 作者: A Al Viro

reiserfs xattr ->d_revalidate() shouldn't care about RCU

... it returns an error unconditionally
Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
上级 ae50adcb
......@@ -978,8 +978,6 @@ int reiserfs_permission(struct inode *inode, int mask, unsigned int flags)
static int xattr_hide_revalidate(struct dentry *dentry, struct nameidata *nd)
{
if (nd->flags & LOOKUP_RCU)
return -ECHILD;
return -EPERM;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册