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 02:32:26 +0000 (21:32 -0500)
commit82eaa3a536c6daebe316e99495f29cc0a9cb8633
treee4ba02a7f7c057252bc68150b4ace2ef7ac6aa65
parent0dd86d072601e44ff8f5efee73c0ee907fa46dd0
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