]> bbs.cooldavid.org Git - net-next-2.6.git/commit - fs/xfs/linux-2.6/xfs_aops.c
[XFS] kill xfs_rwlock/xfs_rwunlock
authorChristoph Hellwig <hch@infradead.org>
Thu, 6 Mar 2008 02:44:57 +0000 (13:44 +1100)
committerLachlan McIlroy <lachlan@redback.melbourne.sgi.com>
Fri, 18 Apr 2008 01:39:25 +0000 (11:39 +1000)
commit126468b1156211e26d97f74b2f1767acd141005a
tree0bf60d932dad0b4e7bc7c092782b531e550a11b2
parent43973964a386348af0a392266f008ba24170aa30
[XFS] kill xfs_rwlock/xfs_rwunlock

We can just use xfs_ilock/xfs_iunlock instead and get rid of the ugly
bhv_vrwlock_t.

SGI-PV: 976035
SGI-Modid: xfs-linux-melb:xfs-kern:30533a

Signed-off-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
fs/xfs/linux-2.6/xfs_aops.c
fs/xfs/linux-2.6/xfs_lrw.c
fs/xfs/linux-2.6/xfs_vnode.h
fs/xfs/xfs_mount.h
fs/xfs/xfs_vnodeops.c
fs/xfs/xfs_vnodeops.h