drbd: remove a bogus bdi_rw_congested call
authorChristoph Hellwig <hch@lst.de>
Wed, 1 Jul 2020 09:06:19 +0000 (11:06 +0200)
committerJens Axboe <axboe@kernel.dk>
Wed, 8 Jul 2020 23:05:53 +0000 (17:05 -0600)
commitd5c69838454c409e06e978d90c4bd152f5f9fa30
tree726036877cf25f08406ed759e20db405b6c469d6
parent9eb994ec54be320b51fba48d1e52a046cbb742a5
drbd: remove a bogus bdi_rw_congested call

bdi_rw_congested returns congestion state, so calling it without
looking at the return value doesn't make much sense.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/block/drbd/drbd_proc.c