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 2a98cbe3290f..881e337b6a70 100644 --- a/fs/gfs2/lops.c +++ b/fs/gfs2/lops.c | |||
@@ -420,7 +420,7 @@ static void rg_lo_add(struct gfs2_sbd *sdp, struct gfs2_log_element *le) | |||
420 | gfs2_log_lock(sdp); | 420 | gfs2_log_lock(sdp); |
421 | sdp->sd_log_num_rg++; | 421 | sdp->sd_log_num_rg++; |
422 | list_add(&le->le_list, &sdp->sd_log_le_rg); | 422 | list_add(&le->le_list, &sdp->sd_log_le_rg); |
423 | gfs2_log_unlock(sdp); | 423 | gfs2_log_unlock(sdp); |
424 | } | 424 | } |
425 | 425 | ||
426 | static void rg_lo_after_commit(struct gfs2_sbd *sdp, struct gfs2_ail *ai) | 426 | static void rg_lo_after_commit(struct gfs2_sbd *sdp, struct gfs2_ail *ai) |