Re: [dm-devel] [RFC PATCH V2 01/13] block: add helper of blk_queue_poll

2021-03-23 Thread Ming Lei
On Fri, Mar 19, 2021 at 12:52:42PM -0400, Mike Snitzer wrote: > On Thu, Mar 18 2021 at 12:48pm -0400, > Ming Lei wrote: > > > There has been 3 users, and will be more, so add one such helper. > > > > Signed-off-by: Ming Lei > > Not sure if you're collecting Reviewed-by or Acked-by at this

Re: [dm-devel] [RFC PATCH V2 01/13] block: add helper of blk_queue_poll

2021-03-19 Thread Mike Snitzer
On Thu, Mar 18 2021 at 12:48pm -0400, Ming Lei wrote: > There has been 3 users, and will be more, so add one such helper. > > Signed-off-by: Ming Lei Not sure if you're collecting Reviewed-by or Acked-by at this point? Seems you dropped Chaitanya's Reviewed-by to v1:

[dm-devel] [RFC PATCH V2 01/13] block: add helper of blk_queue_poll

2021-03-18 Thread Ming Lei
There has been 3 users, and will be more, so add one such helper. Signed-off-by: Ming Lei --- block/blk-core.c | 2 +- block/blk-mq.c | 3 +-- drivers/nvme/host/core.c | 2 +- include/linux/blkdev.h | 1 + 4 files changed, 4 insertions(+), 4 deletions(-) diff --git