commit | 873ff5501d8cd1a21045d6c1da34f0c3876bc235 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Wed Jan 13 22:17:57 2010 +0000 |
committer | Alex Elder <aelder@sgi.com> | Fri Jan 15 15:34:54 2010 -0600 |
tree | 4bff470bffcb611d19d3fc5448d0dd7c24b8baf6 | |
parent | e57336ff7fc7520bec7b3a7741043bdebaf622ea [diff] |
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>