xfs: clean up xfs_bwrite
authorChristoph Hellwig <hch@infradead.org>
Wed, 13 Jan 2010 22:17:58 +0000 (22:17 +0000)
committerAlex Elder <aelder@sgi.com>
Fri, 15 Jan 2010 21:35:07 +0000 (15:35 -0600)
commit64e0bc7d2a6609ad265757a600e2a0d93c8adb47
tree15733d61868f4dbd59da833cd84614ff78ef1049
parent873ff5501d8cd1a21045d6c1da34f0c3876bc235
xfs: clean up xfs_bwrite

Fold XFS_bwrite into it's only caller, xfs_bwrite and move it into
xfs_buf.c instead of leaving it as a fairly large inline function.

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/xfs_rw.c
fs/xfs/xfs_rw.h