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>
Fri, 6 Aug 2010 03:01:03 +0000 (23:01 -0400)
commit365e0d337680057efa546cb656e0e34a0d520281
treec42b0bf50213c9bfd4620aa9c7bf2dce8e533ae9
parentae65f9425383527e84f1acc501357077088c169f
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