projects
/
unionfs-3.17.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7a0ae6
)
fs/unionfs/: Miscellaneous coding style fixes
author
Josef 'Jeff' Sipek
<jsipek@cs.sunysb.edu>
Fri, 2 Mar 2007 18:14:01 +0000
(13:14 -0500)
committer
Erez Zadok
<ezk@cs.sunysb.edu>
Tue, 11 Nov 2014 02:37:34 +0000
(21:37 -0500)
Signed-off-by: Josef 'Jeff' Sipek <jsipek@cs.sunysb.edu>
fs/unionfs/super.c
patch
|
blob
|
history
diff --git
a/fs/unionfs/super.c
b/fs/unionfs/super.c
index 176cfb666a081a7c8cc7754e7ed557d44228abbb..571b589cd8ff3fea8af29caa13d5e3b3be9c9368 100644
(file)
--- a/
fs/unionfs/super.c
+++ b/
fs/unionfs/super.c
@@
-320,9
+320,8
@@
static int unionfs_show_options(struct seq_file *m, struct vfsmount *mnt)
seq_printf(m, "%s=%s", path,
perms & MAY_WRITE ? "rw" : "ro");
- if (bindex != bend)
{
+ if (bindex != bend)
seq_printf(m, ":");
- }
}
out: