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>
Tue, 13 Jan 2009 01:43:29 +0000 (20:43 -0500)
commit3c9469b25b2249f4ce9a736f02c82361b2719fd6
tree869473a76077433cf529b0e96d7f8afe48b2d687
parent1b9b44355a3c07d04720fa0b10dd4ca53813cb45
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