GIT: unionfs2-2.6.27.y: Cleanup: ensure space between every comma-delimited function argument list
Erez Zadok
ezk at fsl.cs.sunysb.edu
Thu Aug 12 23:16:10 EDT 2010
commit c3bc463d3d6ce5faf9d594b8aebaacd85b59dbdc
Author: Erez_Zadok <ezk at cs.sunysb.edu>
Date: Fri Apr 13 18:33:41 2007 -0400
Cleanup: ensure space between every comma-delimited function argument list
diff --git a/fs/unionfs/fanout.h b/fs/unionfs/fanout.h
index 5e3c642..71052a3 100644
--- a/fs/unionfs/fanout.h
+++ b/fs/unionfs/fanout.h
@@ -221,7 +221,7 @@ static inline struct vfsmount *unionfs_lower_mnt_idx(
static inline struct vfsmount *unionfs_lower_mnt(const struct dentry *dent)
{
- return unionfs_lower_mnt_idx(dent,dbstart(dent));
+ return unionfs_lower_mnt_idx(dent, dbstart(dent));
}
/* Macros for locking a dentry. */
diff --git a/fs/unionfs/super.c b/fs/unionfs/super.c
index e2b4faa..199b477 100644
--- a/fs/unionfs/super.c
+++ b/fs/unionfs/super.c
@@ -112,7 +112,7 @@ static void unionfs_put_super(struct super_block *sb)
for (bindex = bstart; bindex <= bend; bindex++)
if (branch_count(sb, bindex) != 0) {
printk("unionfs: branch %d has %d references left!\n",
- bindex, branch_count(sb,bindex));
+ bindex, branch_count(sb, bindex));
leaks = 1;
}
BUG_ON(leaks != 0);
More information about the unionfs-cvs
mailing list