Re: [PATCH] block: fix false warning in bdev_count_inflight_rw()
From: Christoph Hellwig
Date: Thu Jun 26 2025 - 06:12:10 EST
I think you want to make the inflight array a signed type instead,
so that if the earlier CPUs have negative counts due to migration
that gets even out later on. Which should also make the
counter not trigger normally.