projects
/
unionfs-3.2.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
705ab9e
)
cleanup: fix one odd indentation and long line breakup.
author
Erez Zadok
<ezk@bigvaio.(none)>
Sun, 25 Mar 2007 05:12:48 +0000
(
01:12
-0400)
committer
Erez Zadok
<ezk@cs.sunysb.edu>
Tue, 11 Nov 2014 02:30:25 +0000
(21:30 -0500)
fs/unionfs/inode.c
patch
|
blob
|
history
diff --git
a/fs/unionfs/inode.c
b/fs/unionfs/inode.c
index 9042c0f49297ee1dbbd54c9f93d5f7dfc9c2c0d6..71dbf37c6874f3cac1dad8bd3b335ba36e25d53c 100644
(file)
--- a/
fs/unionfs/inode.c
+++ b/
fs/unionfs/inode.c
@@
-332,11
+332,10
@@
docopyup:
int bindex;
for (bindex = old_bstart - 1; bindex >= 0; bindex--) {
- err =
- copyup_dentry(old_dentry->d_parent->
- d_inode, old_dentry,
- old_bstart, bindex, NULL,
- old_dentry->d_inode->i_size);
+ err = copyup_dentry(old_dentry->d_parent->d_inode,
+ old_dentry, old_bstart,
+ bindex, NULL,
+ old_dentry->d_inode->i_size);
if (!err) {
hidden_new_dentry =
create_parents(dir, new_dentry,