Unionfs: overhaul whiteout code
authorErez Zadok <ezk@cs.sunysb.edu>
Sun, 27 Jul 2008 19:51:47 +0000 (15:51 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Sun, 27 Jul 2008 19:51:47 +0000 (15:51 -0400)
commitbad7b878fccf2385bd20d09dab105343eedc58c1
treea214be55c21d7a114172a4a30ad342718c85b703
parent60f833fbafc4b5dff741bc5c7bbb7bf155d5993a
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]