aboutsummaryrefslogtreecommitdiffstats
path: root/block
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2017-08-10 08:25:38 -0600
committerJens Axboe <axboe@kernel.dk>2017-08-10 08:25:38 -0600
commite743eb1ecd5564b5ae0a4a76c1566f748a358839 (patch)
tree8903266d41bc338850702085ce8d7522da4613fb /block
parentblk-mq: enable checking two part inflight counts at the same time (diff)
downloadlinux-dev-e743eb1ecd5564b5ae0a4a76c1566f748a358839.tar.xz
linux-dev-e743eb1ecd5564b5ae0a4a76c1566f748a358839.zip
block: remove unused syncfull/asyncfull queue flags
We haven't used these in years, but somehow the definitions still remained. Kill them, and renumber the QUEUE_FLAG_ space. We had a hole in the beginning of the space, too. Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block')
-rw-r--r--block/blk-mq-debugfs.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/block/blk-mq-debugfs.c b/block/blk-mq-debugfs.c
index 9ebc2945f991..55940ddacd96 100644
--- a/block/blk-mq-debugfs.c
+++ b/block/blk-mq-debugfs.c
@@ -48,8 +48,6 @@ static int blk_flags_show(struct seq_file *m, const unsigned long flags,
static const char *const blk_queue_flag_name[] = {
QUEUE_FLAG_NAME(QUEUED),
QUEUE_FLAG_NAME(STOPPED),
- QUEUE_FLAG_NAME(SYNCFULL),
- QUEUE_FLAG_NAME(ASYNCFULL),
QUEUE_FLAG_NAME(DYING),
QUEUE_FLAG_NAME(BYPASS),
QUEUE_FLAG_NAME(BIDI),