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)
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>

No differences found