git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e57336f
)
xfs: clean up log buffer writes
author
Christoph Hellwig
<hch@infradead.org>
Wed, 13 Jan 2010 22:17:57 +0000
(22:17 +0000)
committer
Alex 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