commit 754cd3619c97ee6835094e113b29f2ae02671123
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
7cfe0691ada8fd4e3a3805b9259f0339de5408a8..aea6a09ce3626aa80c8928c8869783a291ac9a38
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_
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
}
}
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