projects
/
wrapfs-4.2.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3104592
)
Wrapfs: use new vfs_rename prototype
author
Erez Zadok
<ezk@cs.sunysb.edu>
Sun, 27 Apr 2014 02:43:20 +0000
(22:43 -0400)
committer
Erez Zadok
<ezk@cs.sunysb.edu>
Sun, 3 Apr 2016 19:23:32 +0000
(15:23 -0400)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/wrapfs/inode.c
patch
|
blob
|
history
diff --git
a/fs/wrapfs/inode.c
b/fs/wrapfs/inode.c
index 43e75452320f121fdcf971e629696e3d4150fb9f..cba111d4647db8951aa0d9ff8cc0b47e2c7c6869 100644
(file)
--- a/
fs/wrapfs/inode.c
+++ b/
fs/wrapfs/inode.c
@@
-264,7
+264,7
@@
static int wrapfs_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
);
if (err)
goto out;