Unionfs: remove unnecessary lock when deleting whiteouts
authorErez Zadok <ezk@cs.sunysb.edu>
Fri, 21 Dec 2007 04:10:19 +0000 (23:10 -0500)
committerErez Zadok <ezk@cs.sunysb.edu>
Thu, 16 Jun 2011 22:45:31 +0000 (15:45 -0700)
commit67f04f35189abb211dd8a263e962eef4e6768d40
tree018d78b59c64031187220c8f6bbe555a23e75ec8
parentbe3d9f9428d358b289acef797dc1b31f1f2d011a
Unionfs: remove unnecessary lock when deleting whiteouts

Lockdep complained, because we eventually call vfs_unlink which'd grab the
necessary locks.

Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/unionfs/dirhelper.c