Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e8465447 authored by Ritesh Harjani's avatar Ritesh Harjani Committed by Jens Axboe
Browse files

block: Remove unused member (busy) from struct blk_queue_tag

parent b8c0d911
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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 */