* [Cluster-devel] GFS2: Fix typo in gfs2_log_end_write loop
@ 2013-05-21 12:16 Steven Whitehouse
0 siblings, 0 replies; only message in thread
From: Steven Whitehouse @ 2013-05-21 12:16 UTC (permalink / raw)
To: cluster-devel.redhat.com
From c80281c098b6808353d3e0874a77751c92aaf7bd Mon Sep 17 00:00:00 2001
From: Steven Whitehouse <swhiteho@redhat.com>
Date: Tue, 21 May 2013 12:49:07 +0100
Subject: [PATCH] GFS2: Fix typo in gfs2_log_end_write loop
There was a missing _all in this loop iterator
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
diff --git a/fs/gfs2/lops.c b/fs/gfs2/lops.c
index c0da54c..e069041 100644
--- a/fs/gfs2/lops.c
+++ b/fs/gfs2/lops.c
@@ -213,7 +213,7 @@ static void gfs2_end_log_write(struct bio *bio, int error)
fs_err(sdp, "Error %d writing to log\n", error);
}
- bio_for_each_segment(bvec, bio, i) {
+ bio_for_each_segment_all(bvec, bio, i) {
page = bvec->bv_page;
if (page_has_buffers(page))
gfs2_end_log_write_bh(sdp, bvec, error);
--
1.7.4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-05-21 12:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-21 12:16 [Cluster-devel] GFS2: Fix typo in gfs2_log_end_write loop Steven Whitehouse
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).