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 01:03:28 +0000 (20:03 -0500)
commitaac14131843f71c5cba0451e03d3a8b578dc93d1
tree0d029a0903ec56d8b16c0bd2a52129d3a2cf72db
parent4a61cbc54aa3e328bfa4cf421efce59f4e79930f
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