Unionfs: coding style: miscellaneous fixes
authorErez Zadok <ezk@cs.sunysb.edu>
Fri, 16 Nov 2007 18:45:38 +0000 (13:45 -0500)
committerRachita Kothiyal <rachita@dewey.fsl.cs.sunysb.edu>
Thu, 1 May 2008 23:03:13 +0000 (19:03 -0400)
commitbe6d03cf86ae24f39cdc8cfa9a6b4fd4ae2c8026
treed9f3e08cef9148f633e0cb5763ec1289e0ba9321
parentd723287c43e4f20b34a3da914f95f353d5ebfd34
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