diff options
author | Susan LeGendre-McGhee <slegendr@redhat.com> | 2024-02-15 11:35:15 -0500 |
---|---|---|
committer | Mike Snitzer <snitzer@kernel.org> | 2024-03-04 15:07:55 -0500 |
commit | dcd1332bb5ff996bc92a63948ba32bceae40507c (patch) | |
tree | c18f88b315dea3ce993daf3aed62998d91b903e5 /drivers/md/dm-vdo/packer.h | |
parent | 6a87a8a258ed5a6ba8939e88cdca1ed42d4eeebc (diff) |
dm vdo: remove internal ticket references
Signed-off-by: Susan LeGendre-McGhee <slegendr@redhat.com>
Signed-off-by: Matthew Sakai <msakai@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@kernel.org>
Diffstat (limited to 'drivers/md/dm-vdo/packer.h')
-rw-r--r-- | drivers/md/dm-vdo/packer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm-vdo/packer.h b/drivers/md/dm-vdo/packer.h index 2dcc40bd4417..0f3be44710b5 100644 --- a/drivers/md/dm-vdo/packer.h +++ b/drivers/md/dm-vdo/packer.h @@ -58,7 +58,7 @@ struct compressed_block { * * There is one special bin which is used to hold data_vios which have been canceled and removed * from their bin by the packer. These data_vios need to wait for the canceller to rendezvous with - * them (VDO-2809) and so they sit in this special bin. + * them and so they sit in this special bin. */ struct packer_bin { /* List links for packer.packer_bins */ |