projects
/
wrapfs-5.3.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
680d3fc
)
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>
Mon, 23 Jul 2007 00:50:31 +0000
(20:50 -0400)
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
@@
static int unionfs_link(struct dentry *old_dentry, struct inode *dir,
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,