Unionfs: remove unnecessary conditional inode lock
authorErez Zadok <ezk@cs.sunysb.edu>
Thu, 10 Jan 2008 11:59:15 +0000 (06:59 -0500)
committerRachita Kothiyal <rachita@dewey.fsl.cs.sunysb.edu>
Thu, 1 May 2008 23:03:29 +0000 (19:03 -0400)
commitae96ffa0227b44e844952de3d9814b3f7b945682
tree039feff40ff9b55d6c30d302f25c603af6845487
parentdda915b6a2cd642159a8bec9591aca10c53c5234
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