Unionfs: move debugging checks inside locks
authorErez Zadok <ezk@cs.sunysb.edu>
Tue, 13 Nov 2007 03:29:06 +0000 (22:29 -0500)
committerErez Zadok <ezk@cs.sunysb.edu>
Tue, 13 Nov 2007 03:29:06 +0000 (22:29 -0500)
commit1c5de4decbce328db3e856222a1f2f3f50d9bfa2
tree7b20f8b25cafbab316d4a999aa6b9ba5cff07e1a
parent556a9b4ea08d174862dd4d3877e72e3a2d623266
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