Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67671
b: refs/heads/master
c: ec217e0
h: refs/heads/master
i:
  67669: 1a7495f
  67667: acb3d41
  67663: 1bb7e87
v: v3
  • Loading branch information
Bob Peterson authored and Steven Whitehouse committed Oct 10, 2007
1 parent 71d55aa commit 9b647d8
Show file tree
Hide file tree
Showing 2 changed files with 3 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: a947e0335699a1d387c3826e5b8eff9e0afe505e
refs/heads/master: ec217e0ece60f2240772e6f08e0529775846c627
3 changes: 2 additions & 1 deletion trunk/fs/gfs2/lops.c
Original file line number Diff line number Diff line change
Expand Up @@ -492,11 +492,12 @@ static void databuf_lo_add(struct gfs2_sbd *sdp, struct gfs2_log_element *le)

gfs2_trans_add_gl(bd->bd_gl);
if (gfs2_is_jdata(ip)) {
sdp->sd_log_num_jdata++;
gfs2_pin(sdp, bd->bd_bh);
tr->tr_num_databuf_new++;
}
gfs2_log_lock(sdp);
if (gfs2_is_jdata(ip))
sdp->sd_log_num_jdata++;
sdp->sd_log_num_databuf++;
list_add(&le->le_list, &sdp->sd_log_le_databuf);
gfs2_log_unlock(sdp);
Expand Down

0 comments on commit 9b647d8

Please sign in to comment.