On 12/15/2016 09:41 PM, Ritesh Harjani wrote:
> Signed-off-by: Ritesh Harjani <rite...@codeaurora.org>
> ---
>  include/linux/blkdev.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h
> index 286b2a2..8369564 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 */

Applied, thanks.

-- 
Jens Axboe

--
To unsubscribe from this list: send the line "unsubscribe linux-block" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to