xfs: clean up log buffer writes
authorChristoph Hellwig <hch@infradead.org>
Wed, 13 Jan 2010 22:17:57 +0000 (22:17 +0000)
committerAlex Elder <aelder@sgi.com>
Fri, 15 Jan 2010 21:34:54 +0000 (15:34 -0600)
commit873ff5501d8cd1a21045d6c1da34f0c3876bc235
tree4bff470bffcb611d19d3fc5448d0dd7c24b8baf6
parente57336ff7fc7520bec7b3a7741043bdebaf622ea
xfs: clean up log buffer writes

Don't bother using XFS_bwrite as it doesn't provide much code for
our use case.  Instead opencode it and fold xlog_bdstrat_cb into the
new xlog_bdstrat helper.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Alex Elder <aelder@sgi.com>
fs/xfs/linux-2.6/xfs_buf.h
fs/xfs/xfs_log.c