Unionfs: overhaul whiteout code
authorErez Zadok <ezk@cs.sunysb.edu>
Mon, 28 Jul 2008 02:26:31 +0000 (22:26 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Mon, 28 Jul 2008 02:26:31 +0000 (22:26 -0400)
commita170b474fe2de13863ef9ee9757b48776336d0fa
tree32cfd62b70fecd9239a430e3fd8bccba6a5d2da5
parent16e3e5d362b9b76a57dc95e0776ea4545940d58b
Unionfs: overhaul whiteout code

Move all whiteout functions and helpers into a separate file, replace all
embedded whiteout code with calls to helpers.  Cleanup and consolidate the
code.  This will make it easier to replace the whiteout code with a
Linux-native whiteout implementation (once available).

Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/unionfs/Makefile
fs/unionfs/dirfops.c
fs/unionfs/dirhelper.c
fs/unionfs/inode.c
fs/unionfs/lookup.c
fs/unionfs/rename.c
fs/unionfs/sioq.c
fs/unionfs/subr.c
fs/unionfs/super.c
fs/unionfs/union.h
fs/unionfs/whiteout.c [new file with mode: 0644]