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, 13 Jan 2009 01:43:23 +0000 (20:43 -0500)
commit6c749dd91b1f68ceb096b268c8a2984301750f4f
tree89cdc333bbd1c622959a42cace88b526e67a7119
parent48c8213a6d3fd502b3eef11e67729a0110fe0b6a
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