All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matthew Sakai <msakai@redhat.com>
To: dm-devel@lists.linux.dev
Cc: Matthew Sakai <msakai@redhat.com>
Subject: [PATCH 0/2] dm vdo: rename strutuures for clarity
Date: Mon, 29 Jan 2024 19:51:44 -0500	[thread overview]
Message-ID: <cover.1706575731.git.msakai@redhat.com> (raw)

Mike Snitzer (2):
  dm vdo: rename struct geometry to index_geometry
  dm vdo: rename struct configuration to uds_configuration

 drivers/md/dm-vdo/chapter-index.c  | 14 ++++----
 drivers/md/dm-vdo/chapter-index.h  | 10 +++---
 drivers/md/dm-vdo/config.c         | 38 ++++++++++----------
 drivers/md/dm-vdo/config.h         | 16 ++++-----
 drivers/md/dm-vdo/geometry.c       | 57 +++++++++++++++---------------
 drivers/md/dm-vdo/geometry.h       | 40 +++++++++++----------
 drivers/md/dm-vdo/hash-utils.h     |  4 +--
 drivers/md/dm-vdo/index-layout.c   | 18 +++++-----
 drivers/md/dm-vdo/index-layout.h   |  2 +-
 drivers/md/dm-vdo/index-page-map.c |  6 ++--
 drivers/md/dm-vdo/index-page-map.h |  6 ++--
 drivers/md/dm-vdo/index-session.c  |  2 +-
 drivers/md/dm-vdo/index.c          | 14 ++++----
 drivers/md/dm-vdo/index.h          |  2 +-
 drivers/md/dm-vdo/open-chapter.c   |  4 +--
 drivers/md/dm-vdo/open-chapter.h   |  4 +--
 drivers/md/dm-vdo/sparse-cache.c   |  8 ++---
 drivers/md/dm-vdo/sparse-cache.h   |  2 +-
 drivers/md/dm-vdo/volume-index.c   | 30 ++++++++--------
 drivers/md/dm-vdo/volume-index.h   |  4 +--
 drivers/md/dm-vdo/volume.c         | 40 ++++++++++-----------
 drivers/md/dm-vdo/volume.h         |  4 +--
 22 files changed, 163 insertions(+), 162 deletions(-)

-- 
2.42.0


             reply	other threads:[~2024-01-30  0:51 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-30  0:51 Matthew Sakai [this message]
2024-01-30  0:51 ` [PATCH 1/2] dm vdo: rename struct geometry to index_geometry Matthew Sakai
2024-01-30  0:51 ` [PATCH 2/2] dm vdo: rename struct configuration to uds_configuration 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.1706575731.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.