On Wed, Apr 05, 2017 at 06:35:58PM +0000, Bart Van Assche wrote:
> On Wed, 2017-04-05 at 11:28 -0700, Omar Sandoval wrote:
> > From: Omar Sandoval <[email protected]>
> > 
> > Trivial cleanup.
> > 
> > Signed-off-by: Omar Sandoval <[email protected]>
> > ---
> >  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.

Oh, I forgot to rebase. Thanks, Bart, I'll send out an updated version.

Reply via email to