sparc64: get rid of odd callers of copy_regset_to_user()
[linux-2.6-microblaze.git] / fs / posix_acl.c
index 249672b..95882b3 100644 (file)
@@ -350,7 +350,7 @@ posix_acl_permission(struct inode *inode, const struct posix_acl *acl, int want)
        const struct posix_acl_entry *pa, *pe, *mask_obj;
        int found = 0;
 
-       want &= MAY_READ | MAY_WRITE | MAY_EXEC | MAY_NOT_BLOCK;
+       want &= MAY_READ | MAY_WRITE | MAY_EXEC;
 
        FOREACH_ACL_ENTRY(pa, acl, pe) {
                 switch(pa->e_tag) {