]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - fs/btrfs/inode.c
don't pass nameidata to ->create()
[mirror_ubuntu-zesty-kernel.git] / fs / btrfs / inode.c
index e5f1f81b2d65c25c217285f77dbce10e993fe50c..fb8d671d00e6b8c7d8b387d4f158f8ab46d362f1 100644 (file)
@@ -4893,7 +4893,7 @@ out_unlock:
 }
 
 static int btrfs_create(struct inode *dir, struct dentry *dentry,
-                       umode_t mode, struct nameidata *nd)
+                       umode_t mode, bool excl)
 {
        struct btrfs_trans_handle *trans;
        struct btrfs_root *root = BTRFS_I(dir)->root;