On Wed, 2017-04-05 at 11:28 -0700, Omar Sandoval wrote: > From: Omar Sandoval <osandov@xxxxxx> > > Trivial cleanup. > > Signed-off-by: Omar Sandoval <osandov@xxxxxx> > --- > block/blk-mq.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/block/blk-mq.c b/block/blk-mq.c > index 71dc8608f3a8..779249a5999b 100644 > --- a/block/blk-mq.c > +++ b/block/blk-mq.c > @@ -1451,8 +1451,7 @@ static void __blk_mq_try_issue_directly(struct request *rq, blk_qc_t *cookie, > struct request_queue *q = rq->q; > struct blk_mq_queue_data bd = { > .rq = rq, > - .list = NULL, > - .last = 1 > + .last = true, > }; > struct blk_mq_hw_ctx *hctx; > blk_qc_t new_cookie; Hello Omar, Although this patch looks fine to me I'm afraid that since this morning it no longer applies to Jens' for-next branch. Bart.