提交 e8465447 编写于 作者: R Ritesh Harjani 提交者: Jens Axboe

block: Remove unused member (busy) from struct blk_queue_tag

Signed-off-by: NRitesh Harjani <riteshh@codeaurora.org>
Reviewed-by: NBart Van Assche <bart.vanassche@sandisk.com>
Signed-off-by: NJens Axboe <axboe@fb.com>
上级 b8c0d911
...@@ -288,7 +288,6 @@ enum blk_queue_state { ...@@ -288,7 +288,6 @@ enum blk_queue_state {
struct blk_queue_tag { struct blk_queue_tag {
struct request **tag_index; /* map of busy tags */ struct request **tag_index; /* map of busy tags */
unsigned long *tag_map; /* bit map of free/busy tags */ unsigned long *tag_map; /* bit map of free/busy tags */
int busy; /* current depth */
int max_depth; /* what we will send to device */ int max_depth; /* what we will send to device */
int real_max_depth; /* what the array can hold */ int real_max_depth; /* what the array can hold */
atomic_t refcnt; /* map can be shared */ atomic_t refcnt; /* map can be shared */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册