fs: make helpers idmap mount aware
[sfrench/cifs-2.6.git] / fs / efivarfs / inode.c
index 0297ad95eb5cc01cafe158185e890b3ed214b40e..14e2947975fddedb23fab35e64452c4bd4ac99cc 100644 (file)
@@ -66,8 +66,8 @@ bool efivarfs_valid_name(const char *str, int len)
        return uuid_is_valid(s);
 }
 
-static int efivarfs_create(struct inode *dir, struct dentry *dentry,
-                         umode_t mode, bool excl)
+static int efivarfs_create(struct user_namespace *mnt_userns, struct inode *dir,
+                          struct dentry *dentry, umode_t mode, bool excl)
 {
        struct inode *inode = NULL;
        struct efivar_entry *var;