]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit5c02c27059d4f709f614ed277399637cd63ef270
tree0bf60d932dad0b4e7bc7c092782b531e550a11b2
parent0a670c44cb5936dfe272a97d6b16e46e3431da5c
[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