From: Erez Zadok Date: Sun, 27 Apr 2014 04:20:57 +0000 (-0400) Subject: Unionfs: use new vfs_rename prototype X-Git-Url: https://git.fsl.cs.sunysb.edu/?a=commitdiff_plain;h=485ab484b5b29ff4a8df5d5829ecf50a118101d9;p=unionfs-3.17.y.git Unionfs: use new vfs_rename prototype Signed-off-by: Erez Zadok --- diff --git a/fs/unionfs/rename.c b/fs/unionfs/rename.c index 257691050155..fc49d987b411 100644 --- a/fs/unionfs/rename.c +++ b/fs/unionfs/rename.c @@ -121,7 +121,7 @@ static int __unionfs_rename(struct inode *old_dir, struct dentry *old_dentry, } err = vfs_rename(lower_old_dir_dentry->d_inode, lower_old_dentry, lower_new_dir_dentry->d_inode, lower_new_dentry, - NULL); + NULL, 0); out_err_unlock: if (!err) { /* update parent dir times */