commit | 7e40145eb111a5192e6d819f764db9d6828d1abb | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Mon Jun 20 19:12:17 2011 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed Jul 20 01:43:21 2011 -0400 |
tree | 3249952a751de12465e8d66c63328445e9242f3a | |
parent | 9c2c703929e4c41210cfa6e3f599514421bab8dc [diff] [blame] |
->permission() sanitizing: don't pass flags to ->check_acl() not used in the instances anymore. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/fs/gfs2/acl.c b/fs/gfs2/acl.c index 4d97352d..8ef1079 100644 --- a/fs/gfs2/acl.c +++ b/fs/gfs2/acl.c
@@ -75,7 +75,7 @@ * Returns: errno */ -int gfs2_check_acl(struct inode *inode, int mask, unsigned int flags) +int gfs2_check_acl(struct inode *inode, int mask) { struct posix_acl *acl; int error;