From: Al Viro Date: Sun, 19 Jun 2011 00:37:33 +0000 (-0400) Subject: reiserfs_permission() doesn't need to bail out in RCU mode X-Git-Tag: v3.0-rc4~6^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1d29b5a2ed7eb8862c9b66daf475f3e4c1a40299;p=platform%2Fupstream%2Fkernel-adaptation-pc.git reiserfs_permission() doesn't need to bail out in RCU mode nothing blocking other than generic_permission() (and check_acl callback does bail out in RCU mode). Signed-off-by: Al Viro --- diff --git a/fs/reiserfs/xattr.c b/fs/reiserfs/xattr.c index e8a62f4..d780896 100644 --- a/fs/reiserfs/xattr.c +++ b/fs/reiserfs/xattr.c @@ -954,8 +954,6 @@ static int xattr_mount_check(struct super_block *s) int reiserfs_permission(struct inode *inode, int mask, unsigned int flags) { - if (flags & IPERM_FLAG_RCU) - return -ECHILD; /* * We don't do permission checks on the internal objects. * Permissions are determined by the "owning" object.