From: Ritesh Harjani <riteshh@codeaurora.org>
To: axboe@kernel.dk
Cc: linux-block@vger.kernel.org, Ritesh Harjani <riteshh@codeaurora.org>
Subject: [PATCH] block: Remove unused member (busy) from struct blk_queue_tag
Date: Fri, 16 Dec 2016 10:11:56 +0530 [thread overview]
Message-ID: <1481863316-6736-1-git-send-email-riteshh@codeaurora.org> (raw)
Signed-off-by: Ritesh Harjani <riteshh@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 */
--
1.8.2.1
next reply other threads:[~2016-12-16 4:41 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-16 4:41 Ritesh Harjani [this message]
2016-12-16 10:27 ` [PATCH] block: Remove unused member (busy) from struct blk_queue_tag Bart Van Assche
2016-12-16 10:32 ` Ritesh Harjani
2016-12-16 15:19 ` Jens Axboe
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1481863316-6736-1-git-send-email-riteshh@codeaurora.org \
--to=riteshh@codeaurora.org \
--cc=axboe@kernel.dk \
--cc=linux-block@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).