commit 5f0eb338126cf5b2080016e996455e932ae27de6
Author: Erez_Zadok <[EMAIL PROTECTED]>
Date:   Sat Mar 24 19:32:42 2007 -0400

    coding-style: remove one more {braces} around one-statement code block

diff --git a/fs/unionfs/subr.c b/fs/unionfs/subr.c
index 4f1b355..f77101b 100644
--- a/fs/unionfs/subr.c
+++ b/fs/unionfs/subr.c
@@ -77,12 +77,11 @@ int create_whiteout(struct dentry *dentry, int start)
                }
 
                hidden_dir_dentry = lock_parent(hidden_wh_dentry);
-               if (!(err = is_robranch_super(dentry->d_sb, bindex))) {
+               if (!(err = is_robranch_super(dentry->d_sb, bindex)))
                        err = vfs_create(hidden_dir_dentry->d_inode,
                                         hidden_wh_dentry,
                                         ~current->fs->umask & S_IRWXUGO,
                                         NULL);
-               }
                unlock_dir(hidden_dir_dentry);
                dput(hidden_wh_dentry);
 
_______________________________________________
unionfs-cvs mailing list: http://unionfs.filesystems.org/
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs

Reply via email to