Unionfs: overhaul whiteout code
authorErez Zadok <ezk@cs.sunysb.edu>
Sun, 27 Jul 2008 19:34:39 +0000 (15:34 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Mon, 12 Jan 2009 23:20:56 +0000 (18:20 -0500)
commit3513e2a242aea5dcfa1a843727aeeb86b13fdb5a
treee4a8585af73cf8f9db240506b14836aa4dfaa980
parent41b6cf4a72ff675bf795c9d030ee1970af8ec8b9
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]