Re: [PATCH 13/13] block: enable polling by default if a poll map is initalized

2018-12-03 Thread Sagi Grimberg
Reviewed-by: Sagi Grimberg

[PATCH 13/13] block: enable polling by default if a poll map is initalized

2018-12-02 Thread Christoph Hellwig
If the user did setup polling in the driver we should not require another know in the block layer to enable it. Signed-off-by: Christoph Hellwig --- block/blk-mq.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/block/blk-mq.c b/block/blk-mq.c index 9c90c5038d07..a550a00ac00c 100644 ---

[PATCH 13/13] block: enable polling by default if a poll map is initalized

2018-11-29 Thread Christoph Hellwig
If the user did setup polling in the driver we should not require another know in the block layer to enable it. Signed-off-by: Christoph Hellwig --- block/blk-mq.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/block/blk-mq.c b/block/blk-mq.c index 9c90c5038d07..a550a00ac00c 100644 ---

[PATCH 13/13] block: enable polling by default if a poll map is initalized

2018-11-21 Thread Christoph Hellwig
If the user did setup polling in the driver we should not require another know in the block layer to enable it. Signed-off-by: Christoph Hellwig --- block/blk-mq.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/block/blk-mq.c b/block/blk-mq.c index 32e43bea36e3..9847e9d2fa7b 100644 ---