fs: make helpers idmap mount aware
[sfrench/cifs-2.6.git] / fs / minix / file.c
index f07acd268577f8517bb0bd102e51d7104da5a548..6a7bd2d9eec0c750b35a6b2ad3046475f7695d17 100644 (file)
@@ -22,7 +22,8 @@ const struct file_operations minix_file_operations = {
        .splice_read    = generic_file_splice_read,
 };
 
-static int minix_setattr(struct dentry *dentry, struct iattr *attr)
+static int minix_setattr(struct user_namespace *mnt_userns,
+                        struct dentry *dentry, struct iattr *attr)
 {
        struct inode *inode = d_inode(dentry);
        int error;