Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 185003
b: refs/heads/master
c: e588463
h: refs/heads/master
i:
  185001: 77149e6
  184999: 8d6fce0
v: v3
  • Loading branch information
Dave Chinner authored and Steven Whitehouse committed Mar 1, 2010
1 parent d7d9a43 commit a0476f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 1ccaba3056796ab1f933736d763ffcd1958866cd
refs/heads/master: e5884636da3a128617032747654284ae7badc7ff
4 changes: 2 additions & 2 deletions trunk/fs/gfs2/lops.c
Original file line number Diff line number Diff line change
Expand Up @@ -528,9 +528,9 @@ static void databuf_lo_add(struct gfs2_sbd *sdp, struct gfs2_log_element *le)
gfs2_pin(sdp, bd->bd_bh);
tr->tr_num_databuf_new++;
sdp->sd_log_num_databuf++;
list_add(&le->le_list, &sdp->sd_log_le_databuf);
list_add_tail(&le->le_list, &sdp->sd_log_le_databuf);
} else {
list_add(&le->le_list, &sdp->sd_log_le_ordered);
list_add_tail(&le->le_list, &sdp->sd_log_le_ordered);
}
out:
gfs2_log_unlock(sdp);
Expand Down

0 comments on commit a0476f7

Please sign in to comment.