Re: [PATCH 1/2] block: kill QUEUE_FLAG_FLUSH_NQ

2019-02-12 Thread Christoph Hellwig
Looks good: Reviewed-by: Christoph Hellwig

[PATCH 1/2] block: kill QUEUE_FLAG_FLUSH_NQ

2019-02-09 Thread Jens Axboe
We have various helpers for setting/clearing this flag, and also a helper to check if the queue supports queueable flushes or not. But nobody uses them anymore, kill it with fire. Signed-off-by: Jens Axboe --- block/blk-mq-debugfs.c| 1 - block/blk-settings.c | 9 - driv