commit | 8c911f3d4c074a17955a1757c9d1d5a9a5209ca5 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Jul 01 11:06:21 2020 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Jul 08 17:05:53 2020 -0600 |
tree | 6a6219be3bf116a79973eeb585773c50a30042ef | |
parent | 492d76b215660be833f12c3fa7cf2faf39434841 [diff] |
writeback: remove struct bdi_writeback_congested We never set any congested bits in the group writeback instances of it. And for the simpler bdi-wide case a simple scalar field is all that that is needed. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>