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>
Wed, 20 May 2009 20:59:39 +0000 (16:59 -0400)
commitc91bc6e17d95aaa522317f2780d3f2be859bf22b
tree04163406cdb28f1eb17bca99b6d34ded6e8a88d3
parent27232cd236ab5d7c75090c67b29bd5b6152ebc1c
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