projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d9433c
)
block: remove the unused blk_queue_state enum
author
Christoph Hellwig
<hch@lst.de>
Mon, 20 Sep 2021 12:33:20 +0000
(14:33 +0200)
committer
Jens Axboe
<axboe@kernel.dk>
Mon, 18 Oct 2021 12:17:01 +0000
(06:17 -0600)
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Link:
https://lore.kernel.org/r/20210920123328.1399408-10-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/linux/blkdev.h
patch
|
blob
|
history
diff --git
a/include/linux/blkdev.h
b/include/linux/blkdev.h
index 12b9dbcc980ee476398ad6ba36896d3c9b2d2dfa..9e367509bea1043733f0881359511511b2450c1d 100644
(file)
--- a/
include/linux/blkdev.h
+++ b/
include/linux/blkdev.h
@@
-262,11
+262,6
@@
enum blk_eh_timer_return {
BLK_EH_RESET_TIMER, /* reset timer and try again */
};
-enum blk_queue_state {
- Queue_down,
- Queue_up,
-};
-
#define BLK_TAG_ALLOC_FIFO 0 /* allocate starting from 0 */
#define BLK_TAG_ALLOC_RR 1 /* allocate starting from last allocated tag */