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/3] dm vdo: various error code improvements
Date: Fri, 26 Jan 2024 21:42:26 -0500	[thread overview]
Message-ID: <cover.1706323002.git.msakai@redhat.com> (raw)

Streamline error code handling.

Mike Snitzer (3):
  dm vdo: slight cleanup of UDS error codes
  dm vdo: rename uds_map_to_system_error to uds_status_to_errno
  dm vdo: rename vdo_map_to_system_error to vdo_status_to_errno

 drivers/md/dm-vdo/data-vio.c      |  2 +-
 drivers/md/dm-vdo/dm-vdo-target.c | 10 ++++-----
 drivers/md/dm-vdo/errors.c        |  2 +-
 drivers/md/dm-vdo/errors.h        | 37 +++++++++++++++----------------
 drivers/md/dm-vdo/index-layout.c  |  4 ++--
 drivers/md/dm-vdo/index-session.c | 20 ++++++++---------
 drivers/md/dm-vdo/status-codes.c  |  4 ++--
 drivers/md/dm-vdo/status-codes.h  |  6 ++---
 8 files changed, 41 insertions(+), 44 deletions(-)

-- 
2.42.0


             reply	other threads:[~2024-01-27  2:42 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-27  2:42 Matthew Sakai [this message]
2024-01-27  2:42 ` [PATCH 1/3] dm vdo: slight cleanup of UDS error codes Matthew Sakai
2024-01-27  2:42 ` [PATCH 2/3] dm vdo: rename uds_map_to_system_error to uds_status_to_errno Matthew Sakai
2024-01-27  2:42 ` [PATCH 3/3] dm vdo: rename vdo_map_to_system_error to vdo_status_to_errno 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.1706323002.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.