linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: winndows@163.com
To: viro@zeniv.linux.org.uk
Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org,
	Liao Pingfang <winndows@163.com>
Subject: [PATCH] writeback: Remove useless comment for __wakeup_flusher_threads_bdi()
Date: Sun, 10 Jan 2021 16:14:53 +0800	[thread overview]
Message-ID: <1610266493-5526-1-git-send-email-winndows@163.com> (raw)

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



                 reply	other threads:[~2021-01-10  9:17 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1610266493-5526-1-git-send-email-winndows@163.com \
    --to=winndows@163.com \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=viro@zeniv.linux.org.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).