All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] dm vdo: various error code improvements
@ 2024-01-27  2:42 Matthew Sakai
  2024-01-27  2:42 ` [PATCH 1/3] dm vdo: slight cleanup of UDS error codes Matthew Sakai
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Matthew Sakai @ 2024-01-27  2:42 UTC (permalink / raw)
  To: dm-devel; +Cc: Matthew Sakai

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-01-27  2:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-27  2:42 [PATCH 0/3] dm vdo: various error code improvements Matthew Sakai
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

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.