Re: remove bio_devname
From: Jens Axboe <axboe@kernel.dk>
Date: 2022-03-07 13:42:58
Also in:
dm-devel, linux-block, linux-ext4
On Fri, 4 Mar 2022 19:00:55 +0100, Christoph Hellwig wrote:
this series removes the bio_devname helper and just switches all users to use the %pg format string directly. Diffstat block/bio.c | 6 ------ block/blk-core.c | 25 +++++++------------------ drivers/block/pktcdvd.c | 9 +-------- drivers/md/dm-crypt.c | 10 ++++------ drivers/md/dm-integrity.c | 5 ++--- drivers/md/md-multipath.c | 9 ++++----- drivers/md/raid1.c | 5 ++--- drivers/md/raid5-ppl.c | 13 ++++--------- fs/ext4/page-io.c | 5 ++--- include/linux/bio.h | 2 -- 10 files changed, 26 insertions(+), 63 deletions(-) [...]
Applied, thanks!
[01/10] block: fix and cleanup bio_check_ro
commit: 57e95e4670d1126c103305bcf34a9442f49f6d6a
[02/10] block: remove handle_bad_sector
commit: ad740780bbc2fe37856f944dbbaff07aac9db9e3
[03/10] pktcdvd: remove a pointless debug check in pkt_submit_bio
commit: 47c426d5241795cfcd9be748c44d1b2e2987ce70
[04/10] dm-crypt: stop using bio_devname
commit: 66671719650085f92fd460d2a356c33f9198dd35
[05/10] dm-integrity: stop using bio_devname
commit: 0a806cfde82fcd1fb856864e33d17c68d1b51dee
[06/10] md-multipath: stop using bio_devname
commit: ee1925bd834418218c782c94e889f826d40b14d5
[07/10] raid1: stop using bio_devname
commit: ac483eb375fa4a815a515945a5456086c197430e
[08/10] raid5-ppl: stop using bio_devname
commit: c7dec4623c9cde20dad8de319d177ed6aa382aaa
[09/10] ext4: stop using bio_devname
commit: 734294e47a2ec48fd25dcf2d96cdf2c6c6740c00
[10/10] block: remove bio_devname
commit: 97939610b893de068c82c347d06319cd231a4602
Best regards,
--
Jens Axboe