GIT: unionfs2-2.6.27.y: cleanup: fix one odd indentation and long line breakup.

Erez Zadok ezk at fsl.cs.sunysb.edu
Thu Aug 12 23:16:09 EDT 2010


commit 8f18f2d3a8b10daea764ac66354ea8d223d09a63
Author: Erez Zadok <ezk at bigvaio.(none)>
Date:   Sun Mar 25 01:12:48 2007 -0400

    cleanup: fix one odd indentation and long line breakup.

diff --git a/fs/unionfs/inode.c b/fs/unionfs/inode.c
index 9042c0f..71dbf37 100644
--- 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,


More information about the unionfs-cvs mailing list