]> git.baikalelectronics.ru Git - kernel.git/commit
block: queue flag cleanup
authorJens Axboe <axboe@kernel.dk>
Sat, 9 Feb 2019 22:42:07 +0000 (15:42 -0700)
committerJens Axboe <axboe@kernel.dk>
Sat, 9 Feb 2019 22:42:07 +0000 (15:42 -0700)
commit06df8c0cba353213344bceb8d9189877e610711a
tree78e0ba4bfc9b8b83b42ce3b2ac0856a4e5e5b4e1
parent9ee5745e215fc6aefa7189658219640edf75968b
block: queue flag cleanup

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@kernel.dk>
include/linux/blkdev.h