diff options
Diffstat (limited to 'fs/buffer.c')
| -rw-r--r-- | fs/buffer.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/buffer.c b/fs/buffer.c index 70a19745cb6..19d8eb7fdc8 100644 --- a/fs/buffer.c +++ b/fs/buffer.c @@ -288,7 +288,7 @@ static void free_more_memory(void)  	struct zone *zone;  	int nid; -	wakeup_flusher_threads(1024); +	wakeup_flusher_threads(1024, WB_REASON_FREE_MORE_MEM);  	yield();  	for_each_online_node(nid) {  |