All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] writeback: Remove useless comment for __wakeup_flusher_threads_bdi()
@ 2021-01-10  8:14 winndows
  0 siblings, 0 replies; only message in thread
From: winndows @ 2021-01-10  8:14 UTC (permalink / raw)
  To: viro; +Cc: linux-fsdevel, linux-kernel, Liao Pingfang

From: Liao Pingfang <winndows@163.com>

Remove useless comment for __wakeup_flusher_threads_bdi(), as
argument 'nr_pages' was removed.

Fixes: e8e8a0c6c9bf ("writeback: move nr_pages == 0 logic to one location")
Signed-off-by: Liao Pingfang <winndows@163.com>
---
 fs/fs-writeback.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/fs/fs-writeback.c b/fs/fs-writeback.c
index acfb558..05eee22 100644
--- a/fs/fs-writeback.c
+++ b/fs/fs-writeback.c
@@ -2099,10 +2099,6 @@ void wb_workfn(struct work_struct *work)
 	current->flags &= ~PF_SWAPWRITE;
 }
 
-/*
- * Start writeback of `nr_pages' pages on this bdi. If `nr_pages' is zero,
- * write back the whole world.
- */
 static void __wakeup_flusher_threads_bdi(struct backing_dev_info *bdi,
 					 enum wb_reason reason)
 {
-- 
1.8.3.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-01-10  9:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-10  8:14 [PATCH] writeback: Remove useless comment for __wakeup_flusher_threads_bdi() winndows

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.