diff options
Diffstat (limited to 'fs/jfs')
-rw-r--r-- | fs/jfs/acl.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/jfs/acl.c b/fs/jfs/acl.c index 8a0a0666d5a6..ead200eef5e4 100644 --- a/fs/jfs/acl.c +++ b/fs/jfs/acl.c | |||
@@ -118,9 +118,6 @@ int jfs_check_acl(struct inode *inode, int mask) | |||
118 | { | 118 | { |
119 | struct posix_acl *acl; | 119 | struct posix_acl *acl; |
120 | 120 | ||
121 | if (mask & MAY_NOT_BLOCK) | ||
122 | return -ECHILD; | ||
123 | |||
124 | acl = jfs_get_acl(inode, ACL_TYPE_ACCESS); | 121 | acl = jfs_get_acl(inode, ACL_TYPE_ACCESS); |
125 | if (IS_ERR(acl)) | 122 | if (IS_ERR(acl)) |
126 | return PTR_ERR(acl); | 123 | return PTR_ERR(acl); |