lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220406125251.2135346-1-wangjianjian3@huawei.com>
Date:   Wed, 6 Apr 2022 20:52:51 +0800
From:   Wang Jianjian <wangjianjian3@...wei.com>
To:     <linux-ext4@...r.kernel.org>
Subject: [PATCH] ext4: Should ext4_bio_end_io be ext4_end_io_end ?

There is no ext4_bio_end_io, should it be ext4_end_io_end ?

Signed-off-by: Wang Jianjian <wangjianjian3@...wei.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 495ce59fb4ad..f9273acc4629 100644
--- a/fs/ext4/page-io.c
+++ b/fs/ext4/page-io.c
@@ -463,7 +463,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_bio_end_io() when IO
+	 * end_page_writeback() cannot be called from ext4_end_io_end() when IO
 	 * on the first buffer finishes and we are still working on submitting
 	 * the second buffer.
 	 */
-- 
2.32.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ