GIT: unionfs2-2.6.27.y: Unionfs: properly indent static struct
Erez Zadok
ezk at fsl.cs.sunysb.edu
Thu Aug 12 23:17:12 EDT 2010
commit 1a4705cc722ad26721f0b3445dd67d076a47886b
Author: Erez Zadok <ezk at cs.sunysb.edu>
Date: Sat Sep 29 01:36:57 2007 -0400
Unionfs: properly indent static struct
Signed-off-by: Erez Zadok <ezk at cs.sunysb.edu>
diff --git a/fs/unionfs/main.c b/fs/unionfs/main.c
index 615617a..5c7f672 100644
--- a/fs/unionfs/main.c
+++ b/fs/unionfs/main.c
@@ -564,7 +564,10 @@ static struct dentry *unionfs_d_alloc_root(struct super_block *sb)
struct dentry *ret = NULL;
if (sb) {
- static const struct qstr name = {.name = "/",.len = 1 };
+ static const struct qstr name = {
+ .name = "/",
+ .len = 1
+ };
ret = d_alloc(NULL, &name);
if (likely(ret)) {
More information about the unionfs-cvs
mailing list