]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - fs/ext2/namei.c
don't pass nameidata to ->create()
[mirror_ubuntu-zesty-kernel.git] / fs / ext2 / namei.c
index b3e6778cd1e70aaa3d7feec43075a31d0181fe42..9ba7de0e5903c6e7d50a7591905433ae34c34dfa 100644 (file)
@@ -94,7 +94,7 @@ struct dentry *ext2_get_parent(struct dentry *child)
  * If the create succeeds, we fill in the inode information
  * with d_instantiate(). 
  */
-static int ext2_create (struct inode * dir, struct dentry * dentry, umode_t mode, struct nameidata *nd)
+static int ext2_create (struct inode * dir, struct dentry * dentry, umode_t mode, bool excl)
 {
        struct inode *inode;