Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c78f4cc5 authored by Al Viro's avatar Al Viro
Browse files

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



... it returns an error unconditionally

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent ae50adcb
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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;
}