md/raid1: switch to use md_account_bio() for io accounting
authorYu Kuai <yukuai3@huawei.com>
Wed, 21 Jun 2023 16:51:06 +0000 (00:51 +0800)
committerSong Liu <song@kernel.org>
Thu, 27 Jul 2023 07:13:29 +0000 (00:13 -0700)
commitbb2a9acefaf9ce5bbc1e70f407e34599233d0243
tree7bdb12ee324e422942e52a18d0c2640c00f40756
parent05048cbccab79e9fb9030274170ccd710fe69474
md/raid1: switch to use md_account_bio() for io accounting

Two problems can be fixed this way:

1) 'active_io' will represent inflight io instead of io that is
dispatching.

2) If io accounting is enabled or disabled while io is still inflight,
bio_start_io_acct() and bio_end_io_acct() is not balanced and io
inflight counter will be leaked.

Signed-off-by: Yu Kuai <yukuai3@huawei.com>
Reviewed-by: Xiao Ni <xni@redhat.com>
Signed-off-by: Song Liu <song@kernel.org>
Link: https://lore.kernel.org/r/20230621165110.1498313-5-yukuai1@huaweicloud.com
drivers/md/raid1.c
drivers/md/raid1.h