]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - fs/fat/namei_vfat.c
don't pass nameidata to ->create()
[mirror_ubuntu-zesty-kernel.git] / fs / fat / namei_vfat.c
index 44152571524e13fab69a08f5cb8de114f622c68c..6cc480652433b66a52c42cbcd3bde3f19e348f30 100644 (file)
@@ -772,7 +772,7 @@ error:
 }
 
 static int vfat_create(struct inode *dir, struct dentry *dentry, umode_t mode,
-                      struct nameidata *nd)
+                      bool excl)
 {
        struct super_block *sb = dir->i_sb;
        struct inode *inode;