Unionfs: handle whiteouts more efficiently in filldir
authorErez Zadok <ezk@cs.sunysb.edu>
Sun, 25 Nov 2007 23:32:12 +0000 (18:32 -0500)
committerErez Zadok <ezk@cs.sunysb.edu>
Sun, 25 Nov 2007 23:32:12 +0000 (18:32 -0500)
commit2e8bc28f7789e6ed8b66ad21404dc86244219f1f
tree241e1c755abe5a0ba124696987b1ed029152f6b5
parent3fecafbc095f683f6a29026405644143c89b4d61
Unionfs: handle whiteouts more efficiently in filldir

If we cache a dirent for file "foo", and then it gets deleted, then we look
for a ".wh.foo" whiteout entry in the same dirent cache.  But our dirent
cache strips the ".wh." prefix, thus looking for an entry named "foo" whose
filldir_node->whiteout should be 1 instead of 0.  In that case, don't
display  an incorrect printk  message that the file system may be corrupt,
but set that filldir_node->whiteout to 1.

CC: Hugh Dickins <hugh@veritas.com>
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/unionfs/dirfops.c
fs/unionfs/dirhelper.c
fs/unionfs/rdstate.c
fs/unionfs/union.h