]> git.ipfire.org Git - people/ms/linux.git/blobdiff - fs/reiserfs/xattr_acl.c
fs: make helpers idmap mount aware
[people/ms/linux.git] / fs / reiserfs / xattr_acl.c
index 4bf976bc7baddb66009543d20e1f052ff5e0e19f..a9547144a09995104d530add71577dd61fe02c3d 100644 (file)
@@ -18,7 +18,8 @@ static int __reiserfs_set_acl(struct reiserfs_transaction_handle *th,
 
 
 int
-reiserfs_set_acl(struct inode *inode, struct posix_acl *acl, int type)
+reiserfs_set_acl(struct user_namespace *mnt_userns, struct inode *inode,
+                struct posix_acl *acl, int type)
 {
        int error, error2;
        struct reiserfs_transaction_handle th;