]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
dm-vdo: adjust function name reference
authorJulia Lawall <Julia.Lawall@inria.fr>
Tue, 30 Dec 2025 15:22:27 +0000 (16:22 +0100)
committerMikulas Patocka <mpatocka@redhat.com>
Fri, 2 Jan 2026 14:05:33 +0000 (15:05 +0100)
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@inria.fr>
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
drivers/md/dm-vdo/data-vio.h

index 067b983bb291dbb4c0cc5b4909d16a636798ddcd..58a1ac806885e8f34bd01d4700f9bdbf2362e231 100644 (file)
@@ -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 */