]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit602f0de3a2e26e8d81f5ff6cf45d2c1edc622c4d
tree477fcad41357c456c524efb14d3fcbc1e2ae7549
parentaa7a017ab1e6e9bf8a7dddeb3252d264df14bb69
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