GIT: unionfs2-2.6.27.y: minor indentation correction

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


commit 97a7c82526a830b95a17d448630f9553b80be1b8
Author: Erez_Zadok <ezk at cs.sunysb.edu>
Date:   Sun Jun 10 17:51:42 2007 -0400

    minor indentation correction
    
    Signed-off-by: Erez Zadok <ezk at cs.sunysb.edu>

diff --git a/fs/unionfs/lookup.c b/fs/unionfs/lookup.c
index 98a05a8..c65875d 100644
--- a/fs/unionfs/lookup.c
+++ b/fs/unionfs/lookup.c
@@ -490,7 +490,7 @@ int new_dentry_private_data(struct dentry *dentry)
 					    GFP_ATOMIC);
 	info = UNIONFS_D(dentry);
 	if (!info)
-	  goto out;
+		goto out;
 
 	mutex_init(&info->lock);
 	info->lower_paths = NULL;


More information about the unionfs-cvs mailing list