On Mon, May 22, 2023 at 11:38:35AM -0700, Bart Van Assche wrote: > - Changed the approach from one requeue list per hctx into preserving one > requeue list per request queue. Can you explain why? The resulting code looks rather odd to me as we now reach out to a global list from the per-hctx run_queue helper, which seems a bit awkware.