block: fix and cleanup bio_check_ro
authorChristoph Hellwig <hch@lst.de>
Fri, 4 Mar 2022 18:00:56 +0000 (19:00 +0100)
committerJens Axboe <axboe@kernel.dk>
Mon, 7 Mar 2022 13:42:33 +0000 (06:42 -0700)
commit57e95e4670d1126c103305bcf34a9442f49f6d6a
tree477fcad41357c456c524efb14d3fcbc1e2ae7549
parentab552fcb17cc9e4afe0e4ac4df95fc7b30e8490a
block: fix and cleanup bio_check_ro

Don't use a WARN_ON when printing a potentially user triggered
condition.  Also don't print the partno when the block device name
already includes it, and use the %pg specifier to simplify printing
the block device name.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Link: https://lore.kernel.org/r/20220304180105.409765-2-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-core.c