commit | 206b1d09a56dcd2db1052245c4131879c410eaf8 | [log] [tgz] |
---|---|---|
author | Ari Savolainen <ari.m.savolainen@gmail.com> | Sat Aug 06 19:43:07 2011 +0300 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sun Aug 07 04:52:23 2011 -0400 |
tree | 86a5d67b10c8736b47323cde7717068e98a023e1 | |
parent | c2f340a69cabe0fb7b9f02d1a2495927db225a06 [diff] |
Fix POSIX ACL permission check After commit 3567866bf261: "RCUify freeing acls, let check_acl() go ahead in RCU mode if acl is cached" posix_acl_permission is being called with an unsupported flag and the permission check fails. This patch fixes the issue. Signed-off-by: Ari Savolainen <ari.m.savolainen@gmail.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>