Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 376192
b: refs/heads/master
c: e97e548
h: refs/heads/master
v: v3
  • Loading branch information
Steven Whitehouse committed May 24, 2013
1 parent 2bf3d94 commit 01898ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 75f96ce6e754eee30d9ec788ad91c6ec21d0a46b
refs/heads/master: e97e548ba8baffe051146d1f5e897dec48da20e0
2 changes: 1 addition & 1 deletion trunk/fs/gfs2/lops.c
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,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);
Expand Down

0 comments on commit 01898ae

Please sign in to comment.