Unionfs: overhaul whiteout code
authorErez Zadok <ezk@cs.sunysb.edu>
Mon, 28 Jul 2008 03:06:51 +0000 (23:06 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Mon, 28 Jul 2008 03:06:51 +0000 (23:06 -0400)
commitcb26b069e9e06f708db8131ea14af152c2305324
tree80e60b7275a55e527c3dccf2624a81ff909b37e1
parent723050932dc0c9ee5ebc2442fcce6c27f4664bf3
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]