* Re: [PATCH for-4.10] blk-mq: Remove unused variable
2017-01-18 22:21 [PATCH for-4.10] blk-mq: Remove unused variable Keith Busch
@ 2017-01-18 22:16 ` Jens Axboe
2017-01-18 22:21 ` Jens Axboe
0 siblings, 1 reply; 4+ messages in thread
From: Jens Axboe @ 2017-01-18 22:16 UTC (permalink / raw)
To: Keith Busch, linux-block, Sagi Grimberg; +Cc: Christoph Hellwig
On 01/18/2017 02:21 PM, Keith Busch wrote:
> Signed-off-by: Keith Busch <keith.busch@intel.com>
> Reviewed-by: Christoph Hellwig <hch@lst.de>
> Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Does it cause a warning anywhere? If not, I'd rather not apply
it, since it'll cause a merge conflict for 4.11 (and the problem
doesn't exist there).
--
Jens Axboe
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH for-4.10] blk-mq: Remove unused variable
@ 2017-01-18 22:21 Keith Busch
2017-01-18 22:16 ` Jens Axboe
0 siblings, 1 reply; 4+ messages in thread
From: Keith Busch @ 2017-01-18 22:21 UTC (permalink / raw)
To: Jens Axboe, linux-block, Sagi Grimberg; +Cc: Christoph Hellwig, Keith Busch
Signed-off-by: Keith Busch <keith.busch@intel.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
---
block/blk-mq.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/block/blk-mq.c b/block/blk-mq.c
index a8e67a1..c3400b5 100644
--- a/block/blk-mq.c
+++ b/block/blk-mq.c
@@ -912,7 +912,6 @@ bool blk_mq_dispatch_rq_list(struct blk_mq_hw_ctx *hctx, struct list_head *list)
static void blk_mq_process_rq_list(struct blk_mq_hw_ctx *hctx)
{
LIST_HEAD(rq_list);
- LIST_HEAD(driver_list);
if (unlikely(blk_mq_hctx_stopped(hctx)))
return;
--
2.5.5
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH for-4.10] blk-mq: Remove unused variable
2017-01-18 22:16 ` Jens Axboe
@ 2017-01-18 22:21 ` Jens Axboe
2017-01-18 22:38 ` Keith Busch
0 siblings, 1 reply; 4+ messages in thread
From: Jens Axboe @ 2017-01-18 22:21 UTC (permalink / raw)
To: Keith Busch, linux-block, Sagi Grimberg; +Cc: Christoph Hellwig
On 01/18/2017 02:16 PM, Jens Axboe wrote:
> On 01/18/2017 02:21 PM, Keith Busch wrote:
>> Signed-off-by: Keith Busch <keith.busch@intel.com>
>> Reviewed-by: Christoph Hellwig <hch@lst.de>
>> Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
>
> Does it cause a warning anywhere? If not, I'd rather not apply
> it, since it'll cause a merge conflict for 4.11 (and the problem
> doesn't exist there).
Ah screw it, the fact that we have that in 4.10 is an eye sore.
I'd rather deal with the conflict, I'll apply it for 4.10. Thanks
Keith.
--
Jens Axboe
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH for-4.10] blk-mq: Remove unused variable
2017-01-18 22:21 ` Jens Axboe
@ 2017-01-18 22:38 ` Keith Busch
0 siblings, 0 replies; 4+ messages in thread
From: Keith Busch @ 2017-01-18 22:38 UTC (permalink / raw)
To: Jens Axboe; +Cc: linux-block, Sagi Grimberg, Christoph Hellwig
On Wed, Jan 18, 2017 at 02:21:48PM -0800, Jens Axboe wrote:
> On 01/18/2017 02:16 PM, Jens Axboe wrote:
> > On 01/18/2017 02:21 PM, Keith Busch wrote:
> >> Signed-off-by: Keith Busch <keith.busch@intel.com>
> >> Reviewed-by: Christoph Hellwig <hch@lst.de>
> >> Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
> >
> > Does it cause a warning anywhere? If not, I'd rather not apply
> > it, since it'll cause a merge conflict for 4.11 (and the problem
> > doesn't exist there).
>
> Ah screw it, the fact that we have that in 4.10 is an eye sore.
> I'd rather deal with the conflict, I'll apply it for 4.10. Thanks
> Keith.
Okay, thanks. I was just clearing my backlog of emails and this was on
my todo list from a couple weeks ago, but I didn't noticed 4.11 corrected
this in the mq scheduler set.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-01-18 22:36 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-18 22:21 [PATCH for-4.10] blk-mq: Remove unused variable Keith Busch
2017-01-18 22:16 ` Jens Axboe
2017-01-18 22:21 ` Jens Axboe
2017-01-18 22:38 ` Keith Busch
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).