xfs: move more buffer helpers into xfs_buf.c
authorChristoph Hellwig <hch@infradead.org>
Wed, 13 Jan 2010 22:17:56 +0000 (22:17 +0000)
committerAlex Elder <aelder@sgi.com>
Fri, 15 Jan 2010 21:35:17 +0000 (15:35 -0600)
commit4e23471a3f3aba885ea70100db47ccacb5f069f6
tree976d7943087e8f49fada9204b6914c84b3c25a31
parent64e0bc7d2a6609ad265757a600e2a0d93c8adb47
xfs: move more buffer helpers into xfs_buf.c

Move xfsbdstrat and xfs_bdstrat_cb from xfs_lrw.c and xfs_bioerror
and xfs_bioerror_relse from xfs_rw.c into xfs_buf.c.  This also
means xfs_bioerror and xfs_bioerror_relse can be marked static now.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Alex Elder <aelder@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/linux-2.6/xfs_lrw.h
fs/xfs/xfs_rw.c
fs/xfs/xfs_rw.h