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>
Fri, 29 Apr 2011 02:25:18 +0000 (22:25 -0400)
commit756a1e2067dfdde9852e09c273f60ddf536d8917
tree124f6231ecbf707b393b57265efa29f1f7a19deb
parentbca4a65a24f479b3cc053790998563ccc28a36ae
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