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>
Wed, 6 Jan 2010 03:43:55 +0000 (22:43 -0500)
commit78c941ea690963fb9e4a4c4e2d1801308bb7a615
tree8a6dadd604b7d685ed4ae66f477207730522d7f3
parentf90851c3cb8049ced4a69bd51566fca3f44ce6a4
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