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, 24 Nov 2013 19:21:54 +0000 (14:21 -0500)
commit0491f38572c46d203639c1ac645abfcef0d26621
tree2dc6272b3b97e47612f016b1170e7ca5cfe73715
parent1ff6c9092f5db5f7034f89d99922f294778ecc16
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