mbox series

[0/5] Some minor cleanups

Message ID 20230808135702.628588-1-dlemoal@kernel.org (mailing list archive)
Headers show
Series Some minor cleanups | expand

Message

Damien Le Moal Aug. 8, 2023, 1:56 p.m. UTC
Patch 1 changes the blk-settings code to use PAGE_SECTORS_SHIFT instead
of "PAGE_SHIFT - 9". The following patches swith calls to printk() to
the equivalent pr_XXX() calls.

No functional changes overall.

Damien Le Moal (5):
  block: use PAGE_SECTORS_SHIFT to set limits
  block: use pr_xxx() instead of printk()
  block: use pr_xxx() instead of printk() in partition code
  block: Improve efi partition debug messages
  block: switch ldm partition code to use pr_xxx() functions

 Documentation/admin-guide/ldm.rst |  7 +++----
 arch/m68k/configs/virt_defconfig  |  1 -
 block/bio-integrity.c             | 11 ++++++----
 block/blk-ioc.c                   |  5 ++++-
 block/blk-mq.c                    | 25 ++++++++++++----------
 block/blk-settings.c              | 25 ++++++++++++----------
 block/bsg.c                       |  7 +++++--
 block/elevator.c                  |  5 ++++-
 block/genhd.c                     |  7 +++++--
 block/partitions/Kconfig          | 10 ---------
 block/partitions/atari.c          | 11 ++++++----
 block/partitions/check.h          |  1 +
 block/partitions/core.c           | 33 ++++++++++++++---------------
 block/partitions/efi.c            |  3 +++
 block/partitions/ldm.c            | 35 +++++++------------------------
 block/partitions/sgi.c            |  7 +++++--
 block/partitions/sun.c            |  5 ++++-
 17 files changed, 99 insertions(+), 99 deletions(-)