mbox series

[0/7] dm vdo: fix sparse warnings

Message ID cover.1707184413.git.msakai@redhat.com (mailing list archive)
Headers show
Series dm vdo: fix sparse warnings | expand

Message

Matthew Sakai Feb. 6, 2024, 2:04 a.m. UTC
Fix warnings from sparse.

Mike Snitzer (6):
  dm vdo: fix sparse warnings about missing statics
  dm vdo: fix sparse 'warning: Using plain integer as NULL pointer'
  dm vdo: fix various blk_opf_t sparse warnings
  dm vdo data-vio: silence sparse warnings about locking context
    imbalances
  dm vdo dedupe: silence sparse warnings about locking context
    imbalances
  dm vdo recovery-journal: fix sparse 'mixed bitwiseness' warning

Susan LeGendre-McGhee (1):
  dm vdo: move encoding constants to encodings.h

 drivers/md/dm-vdo/Makefile           |  1 -
 drivers/md/dm-vdo/block-map.c        |  4 +--
 drivers/md/dm-vdo/constants.c        | 15 -----------
 drivers/md/dm-vdo/constants.h        | 12 +++------
 drivers/md/dm-vdo/data-vio.c         | 39 ++++++++++++++++------------
 drivers/md/dm-vdo/dedupe.c           |  2 ++
 drivers/md/dm-vdo/encodings.c        |  2 +-
 drivers/md/dm-vdo/encodings.h        |  6 +++++
 drivers/md/dm-vdo/index.c            |  8 +++---
 drivers/md/dm-vdo/io-submitter.c     |  2 +-
 drivers/md/dm-vdo/io-submitter.h     |  4 +--
 drivers/md/dm-vdo/recovery-journal.c |  4 +--
 drivers/md/dm-vdo/vdo.c              |  3 ++-
 drivers/md/dm-vdo/vio.c              |  4 +--
 drivers/md/dm-vdo/vio.h              |  4 +--
 15 files changed, 52 insertions(+), 58 deletions(-)
 delete mode 100644 drivers/md/dm-vdo/constants.c