diff options
Diffstat (limited to 'fs/gfs2/lops.c')
-rw-r--r-- | fs/gfs2/lops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/lops.c b/fs/gfs2/lops.c index 82dfc96c4f59..08de8b7fb316 100644 --- a/fs/gfs2/lops.c +++ b/fs/gfs2/lops.c | |||
@@ -737,7 +737,7 @@ static void databuf_lo_after_commit(struct gfs2_sbd *sdp, struct gfs2_ail *ai) | |||
737 | 737 | ||
738 | while (!list_empty(head)) { | 738 | while (!list_empty(head)) { |
739 | bd = list_entry(head->next, struct gfs2_bufdata, bd_le.le_list); | 739 | bd = list_entry(head->next, struct gfs2_bufdata, bd_le.le_list); |
740 | list_del(&bd->bd_le.le_list); | 740 | list_del_init(&bd->bd_le.le_list); |
741 | sdp->sd_log_num_databuf--; | 741 | sdp->sd_log_num_databuf--; |
742 | sdp->sd_log_num_jdata--; | 742 | sdp->sd_log_num_jdata--; |
743 | gfs2_unpin(sdp, bd->bd_bh, ai); | 743 | gfs2_unpin(sdp, bd->bd_bh, ai); |