summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorRitesh Harjani <riteshh@codeaurora.org>2016-12-16 10:11:56 +0530
committerJens Axboe <axboe@fb.com>2016-12-17 13:02:04 -0700
commite8465447d2f3366069115f7453153561ac9a1220 (patch)
tree4e581c78cde10e76a17833495f92a6ebb6cea637 /include/linux
parentb8c0d911ac5285e6be8967713271a51bdc5a936a (diff)
block: Remove unused member (busy) from struct blk_queue_tag
Signed-off-by: Ritesh Harjani <riteshh@codeaurora.org> Reviewed-by: Bart Van Assche <bart.vanassche@sandisk.com> Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/blkdev.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h
index 286b2a264383..83695641bd5e 100644
--- a/include/linux/blkdev.h
+++ b/include/linux/blkdev.h
@@ -288,7 +288,6 @@ enum blk_queue_state {
struct blk_queue_tag {
struct request **tag_index; /* map of 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 real_max_depth; /* what the array can hold */
atomic_t refcnt; /* map can be shared */