aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/daemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/gfs2/daemon.c')
-rw-r--r--fs/gfs2/daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/daemon.c b/fs/gfs2/daemon.c
index 94317dc7e42c..b3830b92d78c 100644
--- a/fs/gfs2/daemon.c
+++ b/fs/gfs2/daemon.c
@@ -129,7 +129,7 @@ int gfs2_logd(void *data)
129 gfs2_ail1_empty(sdp, DIO_ALL); 129 gfs2_ail1_empty(sdp, DIO_ALL);
130 130
131 if (time_after_eq(jiffies, t)) { 131 if (time_after_eq(jiffies, t)) {
132 gfs2_log_flush(sdp); 132 gfs2_log_flush(sdp, NULL);
133 sdp->sd_log_flush_time = jiffies; 133 sdp->sd_log_flush_time = jiffies;
134 } 134 }
135 135