Unionfs: remove unnecessary conditional inode lock
authorErez Zadok <ezk@cs.sunysb.edu>
Thu, 20 Dec 2007 20:22:22 +0000 (15:22 -0500)
committerErez Zadok <ezk@cs.sunysb.edu>
Thu, 16 Jun 2011 22:45:30 +0000 (15:45 -0700)
commitbe3d9f9428d358b289acef797dc1b31f1f2d011a
tree8aa195ae14719b759c55beb96e4f87af1fd8047e
parent52030b160c8053c497b1d3c55fb24981b6a1195d
Unionfs: remove unnecessary conditional inode lock

This was intended to protect the inode during branch management, but that is
now done through our superblock rwsem.

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