diff options
| author | Julia Lawall <Julia.Lawall@inria.fr> | 2025-12-30 16:22:27 +0100 |
|---|---|---|
| committer | Mikulas Patocka <mpatocka@redhat.com> | 2026-01-02 15:05:33 +0100 |
| commit | a8c3ec7d07a8d458a6b556eecc92010ff906b68a (patch) | |
| tree | bf3b9246bba1cdb7a4f245b3d9a653e43855a834 /drivers | |
| parent | b735960c02a91d7e4abedde21adf9afb96f35b3f (diff) | |
dm-vdo: 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@inria.fr>
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/md/dm-vdo/data-vio.h | 4 |
1 files 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 */ |
