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>] [day] [month] [year] [list]
Message-Id: <20251230152227.97578-1-Julia.Lawall@inria.fr>
Date: Tue, 30 Dec 2025 16:22:27 +0100
From: Julia Lawall <Julia.Lawall@...ia.fr>
To: Matthew Sakai <msakai@...hat.com>
Cc: yunbolyu@....edu.sg,
	kexinsun@...il.nju.edu.cn,
	ratnadiraw@....edu.sg,
	xutong.ma@...ia.fr,
	dm-devel@...ts.linux.dev,
	linux-kernel@...r.kernel.org
Subject: [PATCH] drivers/md/dm-vdo/data-vio.h: adjust function name reference

There is no function advance_compression_stage().  But
advance_data_vio_compression_stage() does iterate through
the values of the data_vio_compression_stage enum, so it
seems to be what was intended.

Signed-off-by: Julia Lawall <Julia.Lawall@...ia.fr>

---
 drivers/md/dm-vdo/data-vio.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/md/dm-vdo/data-vio.h b/drivers/md/dm-vdo/data-vio.h
index 067b983bb291..58a1ac806885 100644
--- a/drivers/md/dm-vdo/data-vio.h
+++ b/drivers/md/dm-vdo/data-vio.h
@@ -88,8 +88,8 @@ struct zoned_pbn {
 };
 
 /*
- * Where a data_vio is on the compression path; advance_compression_stage() depends on the order of
- * this enum.
+ * Where a data_vio is on the compression path; advance_data_vio_compression_stage()
+ * depends on the order of this enum.
  */
 enum data_vio_compression_stage {
 	/* A data_vio which has not yet entered the compression path */


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ