From: Ritesh Harjani Date: Fri, 16 Dec 2016 04:41:56 +0000 (+0530) Subject: block: Remove unused member (busy) from struct blk_queue_tag X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e8465447d2f3366069115f7453153561ac9a1220;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git block: Remove unused member (busy) from struct blk_queue_tag Signed-off-by: Ritesh Harjani Reviewed-by: Bart Van Assche Signed-off-by: Jens Axboe --- 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 */