aboutsummaryrefslogtreecommitdiffstats
path: root/mm
diff options
context:
space:
mode:
Diffstat (limited to 'mm')
-rw-r--r--mm/backing-dev.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mm/backing-dev.c b/mm/backing-dev.c
index 99890831d557..9008c4e207f6 100644
--- a/mm/backing-dev.c
+++ b/mm/backing-dev.c
@@ -310,6 +310,7 @@ static void wakeup_timer_fn(unsigned long data)
310 310
311 spin_lock_bh(&bdi->wb_lock); 311 spin_lock_bh(&bdi->wb_lock);
312 if (bdi->wb.task) { 312 if (bdi->wb.task) {
313 trace_writeback_wake_thread(bdi);
313 wake_up_process(bdi->wb.task); 314 wake_up_process(bdi->wb.task);
314 } else { 315 } else {
315 /* 316 /*
@@ -317,6 +318,7 @@ static void wakeup_timer_fn(unsigned long data)
317 * In this case we have to wake-up the forker thread which 318 * In this case we have to wake-up the forker thread which
318 * should create and run the bdi thread. 319 * should create and run the bdi thread.
319 */ 320 */
321 trace_writeback_wake_forker_thread(bdi);
320 wake_up_process(default_backing_dev_info.wb.task); 322 wake_up_process(default_backing_dev_info.wb.task);
321 } 323 }
322 spin_unlock_bh(&bdi->wb_lock); 324 spin_unlock_bh(&bdi->wb_lock);