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>
Sat, 30 Nov 2013 23:12:09 +0000 (18:12 -0500)
commit1a5ce7a9f160f176f6bf2b83e449976270dcec90
treec0443a485248f66349ccba13d59af859f057e1ff
parent516c7f98410fdad5606f57e42e3cb64ecc4c713e
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