Re: [PATCH] block: fix false warning in bdev_count_inflight_rw()

From: Yu Kuai
Date: Thu Jun 26 2025 - 07:32:29 EST


Hi,

在 2025/06/26 16:54, Damien Le Moal 写道:
Nit (grammar):

* While iterating all CPUs, some IOs may be issued from a CPU already
* traversed and complete on a CPU that has not yet been traversed,
* causing the inflight number to be negative.

Thanks, will change to this in v2.
Kuai