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>
Tue, 31 Jan 2012 04:56:51 +0000 (23:56 -0500)
commit10d9e262dfa2fcdfc21063670832b71afc917cad
tree42c83509cefd9116cfd673ec9e7fb1fe9436fd77
parent904c39da6ddbb4430974ffd2e9cc0d7180e9b61d
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