->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>
This commit is contained in:
Al Viro
2011-06-20 19:12:17 -04:00
orang tua 9c2c703929
melakukan 7e40145eb1
28 mengubah file dengan 32 tambahan dan 32 penghapusan

Melihat File

@@ -75,7 +75,7 @@ static struct posix_acl *gfs2_acl_get(struct gfs2_inode *ip, int type)
* 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;