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>
Fri, 12 Aug 2011 02:37:15 +0000 (22:37 -0400)
commitf6ed8c23613ffd24a12d580a53854c64bdc55b71
tree24f3347398555dce8b38232d711b6a2fee9fce51
parentb8e197efdde09e7afca43234ca09e20fce24790b
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