writeback: add bg_threshold parameter to __bdi_update_bandwidth()
[deliverable/linux.git] / fs / fs-writeback.c
index 04cf3b91e5016a1f7e3ceef734c7d85574ec296d..28076562ada0d2fc472f716931e9803e027bb400 100644 (file)
@@ -675,7 +675,7 @@ static inline bool over_bground_thresh(void)
 static void wb_update_bandwidth(struct bdi_writeback *wb,
                                unsigned long start_time)
 {
-       __bdi_update_bandwidth(wb->bdi, 0, 0, 0, 0, start_time);
+       __bdi_update_bandwidth(wb->bdi, 0, 0, 0, 0, 0, start_time);
 }
 
 /*
This page took 0.0232 seconds and 5 git commands to generate.