]> Git Repo - linux.git/commit - drivers/md/dm-table.c
writeback: remove bdi->congested_fn
authorChristoph Hellwig <[email protected]>
Wed, 1 Jul 2020 09:06:22 +0000 (11:06 +0200)
committerJens Axboe <[email protected]>
Wed, 8 Jul 2020 23:20:46 +0000 (17:20 -0600)
commit21cf866145047f8bfecb38ec8d2fed64464c074f
tree90eb0e7a2a318eed587c06ceb474c0f89d498c91
parent8c911f3d4c074a17955a1757c9d1d5a9a5209ca5
writeback: remove bdi->congested_fn

Except for pktdvd, the only places setting congested bits are file
systems that allocate their own backing_dev_info structures.  And
pktdvd is a deprecated driver that isn't useful in stack setup
either.  So remove the dead congested_fn stacking infrastructure.

Signed-off-by: Christoph Hellwig <[email protected]>
Acked-by: Song Liu <[email protected]>
Acked-by: David Sterba <[email protected]>
[axboe: fixup unused variables in bcache/request.c]
Signed-off-by: Jens Axboe <[email protected]>
23 files changed:
drivers/block/drbd/drbd_main.c
drivers/md/bcache/request.c
drivers/md/bcache/super.c
drivers/md/dm-cache-target.c
drivers/md/dm-clone-target.c
drivers/md/dm-era-target.c
drivers/md/dm-raid.c
drivers/md/dm-table.c
drivers/md/dm-thin.c
drivers/md/dm.c
drivers/md/dm.h
drivers/md/md-linear.c
drivers/md/md-multipath.c
drivers/md/md.c
drivers/md/md.h
drivers/md/raid0.c
drivers/md/raid1.c
drivers/md/raid10.c
drivers/md/raid5.c
fs/btrfs/disk-io.c
include/linux/backing-dev-defs.h
include/linux/backing-dev.h
include/linux/device-mapper.h
This page took 0.060348 seconds and 4 git commands to generate.