Unionfs: overhaul whiteout code
authorErez Zadok <ezk@cs.sunysb.edu>
Sun, 27 Jul 2008 19:28:44 +0000 (15:28 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Tue, 13 Jan 2009 01:43:37 +0000 (20:43 -0500)
commit8d587dd968276b1a6633b2f8eef9e18986368e49
tree0ee5def555556b548c0c286c49e14ae5bd5b34cf
parent0fac6bdd5e88285fcd1833d93074613eba04e09c
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]