Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[cascardo/linux.git] / drivers / staging / lustre / lustre / lvfs / lvfs_linux.c
index 1ef06fe..09474e7 100644 (file)
@@ -224,7 +224,7 @@ int lustre_rename(struct dentry *dir, struct vfsmount *mnt,
                GOTO(put_old, err = PTR_ERR(dchild_new));
 
        err = ll_vfs_rename(dir->d_inode, dchild_old, mnt,
-                           dir->d_inode, dchild_new, mnt);
+                           dir->d_inode, dchild_new, mnt, NULL);
 
        dput(dchild_new);
 put_old: