All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wang Jianjian <wangjianjian3@huawei.com>
To: <linux-ext4@vger.kernel.org>, <linux-doc@vger.kernel.org>
Subject: [PATCH 1/2] ext4: Fix incorrect comment
Date: Fri, 20 May 2022 10:22:54 +0800	[thread overview]
Message-ID: <20220520022255.2120576-1-wangjianjian3@huawei.com> (raw)

Signed-off-by: Wang Jianjian <wangjianjian3@huawei.com>
---
 fs/ext4/page-io.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/ext4/page-io.c b/fs/ext4/page-io.c
index 8385939eeb48..97fa7b4c645f 100644
--- a/fs/ext4/page-io.c
+++ b/fs/ext4/page-io.c
@@ -465,7 +465,7 @@ int ext4_bio_write_page(struct ext4_io_submit *io,
 	/*
 	 * In the first loop we prepare and mark buffers to submit. We have to
 	 * mark all buffers in the page before submitting so that
-	 * end_page_writeback() cannot be called from ext4_end_io_end() when IO
+	 * end_page_writeback() cannot be called from ext4_end_bio() when IO
 	 * on the first buffer finishes and we are still working on submitting
 	 * the second buffer.
 	 */
-- 
2.32.0


             reply	other threads:[~2022-05-20  2:23 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-20  2:22 Wang Jianjian [this message]
2022-05-20  2:22 ` [PATCH 2/2] ext4, doc: Remove unnecessary escaping Wang Jianjian
2022-06-16 15:44 ` [PATCH 1/2] ext4: Fix incorrect comment Theodore Ts'o

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=20220520022255.2120576-1-wangjianjian3@huawei.com \
    --to=wangjianjian3@huawei.com \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-ext4@vger.kernel.org \
    /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 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.