Re: [PATCH v2 5/6] block: add QUEUE_FLAG_POLL_CAP flag
From: Mike Snitzer <hidden>
Date: 2021-01-27 17:16:46
Also in:
dm-devel, linux-block
From: Mike Snitzer <hidden>
Date: 2021-01-27 17:16:46
Also in:
dm-devel, linux-block
On Mon, Jan 25 2021 at 7:13am -0500, Jeffle Xu [off-list ref] wrote:
Introduce QUEUE_FLAG_POLL_CAP flag representing if the request queue capable of polling or not. Signed-off-by: Jeffle Xu <jefflexu@linux.alibaba.com>
Why are you adding QUEUE_FLAG_POLL_CAP? Doesn't seem as though DM or anything else actually needs it. Mike