From: Matthew Sakai <msakai@redhat.com>
To: dm-devel@lists.linux.dev
Cc: Matthew Sakai <msakai@redhat.com>
Subject: [PATCH 0/3] dm vdo: clean up hash maps
Date: Mon, 20 Nov 2023 17:29:53 -0500 [thread overview]
Message-ID: <cover.1700517230.git.msakai@redhat.com> (raw)
Remove duplicate pointer-map code and clean up int-map interface.
Bruce Johnston (3):
dm vdo: remove pointer-map
dm vdo int-map: rename functions to match device-mapper name style
dm vdo int-map: remove unused parameter from vdo_int_map_create
drivers/md/dm-vdo/block-map.c | 12 +-
drivers/md/dm-vdo/dedupe.c | 50 ++-
drivers/md/dm-vdo/dedupe.h | 2 +-
drivers/md/dm-vdo/int-map.c | 29 +-
drivers/md/dm-vdo/int-map.h | 9 +-
drivers/md/dm-vdo/io-submitter.c | 8 +-
drivers/md/dm-vdo/logical-zone.c | 4 +-
drivers/md/dm-vdo/physical-zone.c | 8 +-
drivers/md/dm-vdo/pointer-map.c | 696 ------------------------------
drivers/md/dm-vdo/pointer-map.h | 81 ----
10 files changed, 57 insertions(+), 842 deletions(-)
delete mode 100644 drivers/md/dm-vdo/pointer-map.c
delete mode 100644 drivers/md/dm-vdo/pointer-map.h
--
2.42.0
next reply other threads:[~2023-11-20 22:29 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-20 22:29 Matthew Sakai [this message]
2023-11-20 22:29 ` [PATCH 1/3] dm vdo: remove pointer-map Matthew Sakai
2023-11-20 22:29 ` [PATCH 2/3] dm vdo int-map: rename functions to match device-mapper name style Matthew Sakai
2023-11-20 22:29 ` [PATCH 3/3] dm vdo int-map: remove unused parameter from vdo_int_map_create Matthew Sakai
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1700517230.git.msakai@redhat.com \
--to=msakai@redhat.com \
--cc=dm-devel@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.