projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5472487
)
blk-mq-tag: kill unused tag enums
author
Jens Axboe
<axboe@kernel.dk>
Sun, 1 Oct 2017 07:26:21 +0000
(
01:26
-0600)
committer
Jens Axboe
<axboe@kernel.dk>
Sun, 1 Oct 2017 07:26:21 +0000
(
01:26
-0600)
We don't have any notion of a tagging cache anymore, and haven't
for a long time. Kill off the unused enums.
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-mq-tag.h
patch
|
blob
|
history
diff --git
a/block/blk-mq-tag.h
b/block/blk-mq-tag.h
index 5cb51e53cc0353cbba8e44ae808e6d2f9f9257a7..5932a7ac7fc4e9f98d417d303e80de18ae8c17e5 100644
(file)
--- a/
block/blk-mq-tag.h
+++ b/
block/blk-mq-tag.h
@@
-43,14
+43,9
@@
static inline struct sbq_wait_state *bt_wait_ptr(struct sbitmap_queue *bt,
return sbq_wait_ptr(bt, &hctx->wait_index);
}
-enum {
- BLK_MQ_TAG_CACHE_MIN = 1,
- BLK_MQ_TAG_CACHE_MAX = 64,
-};
-
enum {
BLK_MQ_TAG_FAIL = -1U,
- BLK_MQ_TAG_MIN =
BLK_MQ_TAG_CACHE_MIN
,
+ BLK_MQ_TAG_MIN =
1
,
BLK_MQ_TAG_MAX = BLK_MQ_TAG_FAIL - 1,
};