diff options
Diffstat (limited to 'fs/fs-writeback.c')
-rw-r--r-- | fs/fs-writeback.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/fs-writeback.c b/fs/fs-writeback.c index 261570deb22c..002be0ff2ab3 100644 --- a/fs/fs-writeback.c +++ b/fs/fs-writeback.c | |||
@@ -840,7 +840,7 @@ int bdi_writeback_thread(void *data) | |||
840 | 840 | ||
841 | /* | 841 | /* |
842 | * Longest period of inactivity that we tolerate. If we | 842 | * Longest period of inactivity that we tolerate. If we |
843 | * see dirty data again later, the task will get | 843 | * see dirty data again later, the thread will get |
844 | * recreated automatically. | 844 | * recreated automatically. |
845 | */ | 845 | */ |
846 | max_idle = max(5UL * 60 * HZ, wait_jiffies); | 846 | max_idle = max(5UL * 60 * HZ, wait_jiffies); |