projects
/
unionfs-3.17.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4f875c
)
Unionfs: use new vfs_rename prototype
author
Erez Zadok
<ezk@cs.sunysb.edu>
Sun, 27 Apr 2014 04:20:57 +0000
(
00:20
-0400)
committer
Erez Zadok
<ezk@cs.sunysb.edu>
Tue, 11 Nov 2014 02:53:40 +0000
(21:53 -0500)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/unionfs/rename.c
patch
|
blob
|
history
diff --git
a/fs/unionfs/rename.c
b/fs/unionfs/rename.c
index 257691050155c03e83c50d6ff3b8fa0fbdd2c2cc..fc49d987b411a2b3d99ac10e8b010b80d695a49b 100644
(file)
--- 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 */