aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Hellwig <[email protected]>2021-09-20 14:33:20 +0200
committerJens Axboe <[email protected]>2021-10-18 06:17:01 -0600
commit90138237a56282f99d71130ab7c68903a2eba5a7 (patch)
tree208cdb85f82b908aa49187c69f8f6297f3d3e400
parent1d9433cdd04adf7cfd5e3ef81f5acb29d80aae9b (diff)
block: remove the unused blk_queue_state enum
Signed-off-by: Christoph Hellwig <[email protected]> Reviewed-by: Johannes Thumshirn <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jens Axboe <[email protected]>
-rw-r--r--include/linux/blkdev.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h
index 12b9dbcc980e..9e367509bea1 100644
--- 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 */