Unionfs: move debugging checks inside locks
authorErez Zadok <ezk@cs.sunysb.edu>
Mon, 12 Nov 2007 00:40:49 +0000 (19:40 -0500)
committerErez Zadok <ezk@cs.sunysb.edu>
Sun, 1 Dec 2013 00:52:19 +0000 (19:52 -0500)
commit1fbd80b94ddec4b5a6c940942105a1eb572085a9
tree9c255a457073d96a0a8c2e90e40e9fe9a6928d63
parentab8545643e5a21f5e7f2c423e892201174d8c36c
Unionfs: move debugging checks inside locks

This is to ensure that the objects we want to check aren't being destroyed
or changed by another thread.

Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/unionfs/commonfops.c
fs/unionfs/dentry.c
fs/unionfs/file.c
fs/unionfs/inode.c
fs/unionfs/mmap.c
fs/unionfs/super.c
fs/unionfs/xattr.c