diff --git a/[refs] b/[refs] index a493bf2bdd5b..36e778ae1776 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ae50adcb0ac4cde67a7aec8ae67249d1b2be2948 +refs/heads/master: c78f4cc5e7d642c7009089817c12d8984e7ba872 diff --git a/trunk/fs/reiserfs/xattr.c b/trunk/fs/reiserfs/xattr.c index 3cfb2e933644..5c11ca82b782 100644 --- a/trunk/fs/reiserfs/xattr.c +++ b/trunk/fs/reiserfs/xattr.c @@ -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; }