Unionfs: overhaul whiteout code
authorErez Zadok <ezk@cs.sunysb.edu>
Sun, 27 Jul 2008 22:49:13 +0000 (18:49 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Sun, 27 Jul 2008 22:49:13 +0000 (18:49 -0400)
commitf29ea09e569c5d19331dc1953c27d7eb2a6e830d
tree64fd196142d75931e87d7ab268bda7f9fa10c56a
parent844ff4bd5baac1af34543992326220d68e835074
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]