aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/trans.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/gfs2/trans.c')
-rw-r--r--fs/gfs2/trans.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/trans.c b/fs/gfs2/trans.c
index d72f79e67c94..061f4a9a1db4 100644
--- a/fs/gfs2/trans.c
+++ b/fs/gfs2/trans.c
@@ -120,7 +120,7 @@ void gfs2_trans_end(struct gfs2_sbd *sdp)
120 kfree(tr); 120 kfree(tr);
121 121
122 if (sdp->sd_vfs->s_flags & MS_SYNCHRONOUS) 122 if (sdp->sd_vfs->s_flags & MS_SYNCHRONOUS)
123 gfs2_log_flush(sdp); 123 gfs2_log_flush(sdp, NULL);
124} 124}
125 125
126void gfs2_trans_add_gl(struct gfs2_glock *gl) 126void gfs2_trans_add_gl(struct gfs2_glock *gl)