bug fixes: revalidate dentries passed to all inode/super operations
authorErez_Zadok <ezk@cs.sunysb.edu>
Wed, 30 May 2007 05:02:20 +0000 (01:02 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Sun, 1 Dec 2013 00:50:44 +0000 (19:50 -0500)
commitb52bae6aaeaad489e24dc726d5e7a14c3b13e688
tree2e0297fdf86b924165abf5939530c35ab554e881
parent52fb29b7f11b3e35f472c6ff7020e370e21df786
bug fixes: revalidate dentries passed to all inode/super operations

Be sure to properly revalidate all dentry chains passed to all inode and
super_block operations.  Remove the older BUG_ON test is_valid_dentry().
This should help improve cache-coherency.

Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/unionfs/inode.c
fs/unionfs/rename.c
fs/unionfs/super.c
fs/unionfs/union.h
fs/unionfs/unlink.c
fs/unionfs/xattr.c