projects
/
unionfs-odf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e3d375
)
Unionfs: don't printk an error if it's due to common copyup
author
Erez Zadok
<ezk@cs.sunysb.edu>
Sun, 18 Nov 2007 04:38:17 +0000
(23:38 -0500)
committer
Rachita Kothiyal
<rachita@dewey.fsl.cs.sunysb.edu>
Thu, 1 May 2008 23:03:16 +0000
(19:03 -0400)
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 3e1adde8c04d97616ed18f6a37be65a27ca60768..43a7b01ce31f24195f17e6a3076627528f8e7a6b 100644
(file)
--- a/
fs/unionfs/rename.c
+++ b/
fs/unionfs/rename.c
@@
-90,7
+90,7
@@
static int __unionfs_rename(struct inode *old_dir, struct dentry *old_dentry,
bindex);
if (IS_ERR(lower_new_dentry)) {
err = PTR_ERR(lower_new_dentry);
- if (
err == -EROFS
)
+ if (
IS_COPYUP_ERR(err)
)
goto out;
printk(KERN_ERR "unionfs: error creating directory "
"tree for rename, bindex=%d err=%d\n",