diff options
author | Jens Axboe <axboe@kernel.dk> | 2017-08-10 08:25:38 -0600 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2017-08-10 08:25:38 -0600 |
commit | e743eb1ecd5564b5ae0a4a76c1566f748a358839 (patch) | |
tree | 8903266d41bc338850702085ce8d7522da4613fb /block | |
parent | b8d62b3a9c25d64d8de4a272314dac0c957982f2 (diff) | |
download | linux-e743eb1ecd5564b5ae0a4a76c1566f748a358839.tar.bz2 |
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.c | 2 |
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), |