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>
Fri, 12 Aug 2011 02:39:46 +0000 (22:39 -0400)
commit4ff5291b66c56a67cea26dbec8d81be61357d0d6
tree4733685e47db0d64c8bcc051d98fd07ee6b5f18c
parenteefc0a23ad21496bd81050884a5a39c86fdb8450
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