[XFS] replace b_fspriv with b_mount
authorChristoph Hellwig <hch@infradead.org>
Tue, 9 Dec 2008 09:47:30 +0000 (04:47 -0500)
committerLachlan McIlroy <lachlan@redback.melbourne.sgi.com>
Thu, 11 Dec 2008 02:13:33 +0000 (13:13 +1100)
commit15ac08a8b2c129abccf1be47b6ab09491e013db2
tree9b9b630fbd168d1683369c7a72e83daf3216301c
parente055f13a6d8448d4f23121b7b11340c3fb55cce6
[XFS] replace b_fspriv with b_mount

Replace the b_fspriv pointer and it's ugly accessors with a properly types
xfs_mount pointer.  Also switch log reocvery over to it instead of using
b_fspriv for the mount pointer.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <david@fromorbit.com>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
fs/xfs/linux-2.6/xfs_buf.c
fs/xfs/linux-2.6/xfs_buf.h
fs/xfs/linux-2.6/xfs_lrw.c
fs/xfs/xfs_buf_item.c
fs/xfs/xfs_log_recover.c
fs/xfs/xfs_rw.c