commit 2490308dd2be62996d742604797b42aba1ef1eea
Author: Yiannis Pericleous <[EMAIL PROTECTED]>
Date:   Mon May 28 11:53:46 2007 -0400

    coding-style: removed space before ')'

diff --git a/fs/unionfs/odf.c b/fs/unionfs/odf.c
index 7cfe069..aea6a09 100644
--- a/fs/unionfs/odf.c
+++ b/fs/unionfs/odf.c
@@ -1095,7 +1095,7 @@ retry:
                else if (flags & ODF_LOOKUP_FILE) {
                        current->fsuid = 0;
                        current->fsgid = 0;
-                       err = vfs_create(odf_i_dir, odf_dentry, S_IRWXUGO, 0 );
+                       err = vfs_create(odf_i_dir, odf_dentry, S_IRWXUGO, 0);
                }
                else if (flags & ODF_LOOKUP_WH) {
                        current->fsuid = 0;
@@ -1246,7 +1246,7 @@ struct dentry *odf_ic_dentry(struct odf_sb_info *osi, u64 
ino, char *name, int n
                goto out;
        }
        if (!ret->d_inode) {
-               err = vfs_create(dirs[3]->d_inode, ret, S_IRWXUGO, 0 );
+               err = vfs_create(dirs[3]->d_inode, ret, S_IRWXUGO, 0);
                if (err)
                        dput(ret);
        }
@@ -1677,7 +1677,7 @@ int odf_write_sb_data(struct odf_sb_info* osi, struct 
unionfs_data *data, struct
                }
        }
        else {
-               err = vfs_create(d_content->d_parent->d_inode, d_content, 
S_IRWXUGO, NULL );
+               err = vfs_create(d_content->d_parent->d_inode, d_content, 
S_IRWXUGO, NULL);
                if (err)
                        goto out;
        }
_______________________________________________
unionfs-cvs mailing list: http://unionfs.filesystems.org/
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs

Reply via email to