[XFS] growlock should be a mutex
commitcc92e7ac8d96418d99f0c31a9a132e9fccc54553
authorChristoph Hellwig <hch@infradead.org>
Thu, 30 Aug 2007 07:21:54 +0000 (30 17:21 +1000)
committerTim Shimmin <tes@chook.melbourne.sgi.com>
Tue, 16 Oct 2007 02:18:09 +0000 (16 12:18 +1000)
tree85ba32909af656d5b332657aa26179369f635a00
parent0adba5363ccbee073f127feb1d6942e64ee63ab3
[XFS] growlock should be a mutex

m_growlock only needs plain binary mutex semantics, so use a struct mutex
instead of a semaphore for it.

SGI-PV: 968563
SGI-Modid: xfs-linux-melb:xfs-kern:29512a

Signed-off-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: David Chinner <dgc@sgi.com>
Signed-off-by: Tim Shimmin <tes@sgi.com>
fs/xfs/xfs_fsops.c
fs/xfs/xfs_mount.c
fs/xfs/xfs_mount.h