Unionfs: coding style: miscellaneous fixes
authorErez Zadok <ezk@cs.sunysb.edu>
Sat, 29 Sep 2007 05:36:57 +0000 (01:36 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Tue, 11 Nov 2014 02:44:55 +0000 (21:44 -0500)
commit6260713d2732c2893ede2d587a937d2b7e5b542f
treee30eae0a88a7b68746474c46147d50bfb9d994e1
parenta51be63f4138acd129e2b7d628f7f06fb84de879
Unionfs: coding style: miscellaneous fixes

No braces around single-statement if's.
No externs in .c files.
use <linux/mman.h> not <asm/mman.h>.
Use (foo *) not (foo*).

Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/unionfs/rdstate.c
fs/unionfs/super.c
fs/unionfs/union.h
fs/unionfs/xattr.c