On Sat, Feb 09, 2019 at 03:44:24PM -0700, Jens Axboe wrote: > We have QUEUE_FLAG_DEFAULT defined, but it's not used anymore since > the legacy IO stack is gone. Kill it. > > Sanitize the queue flags in general, they use spaces (for some > reason), and the space is pretty sparse. With the flags renumbered, > we can more clearly see how many we have available. > > Signed-off-by: Jens Axboe <axboe@xxxxxxxxx> Looks good, Reviewed-by: Christoph Hellwig <hch@xxxxxx> Btw, I think we should kill off QUEUE_FLAG_MQ_DEFAULT as well and open code it in blk_mq_init_allocated_queue instead.