Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1305231

Re: [PATCH 26/35] block: set op to REQ_OP

From Christoph Hellwig <hch@infradead.org>
Newsgroups linux.kernel
Subject Re: [PATCH 26/35] block: set op to REQ_OP
Date 2016-01-09 14:40 +0100
Message-ID <qP1Um-6bb-13@gated-at.bofh.it> (permalink)
References <qNGRY-860-9@gated-at.bofh.it> <qNGRY-860-23@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


> @@ -1149,10 +1151,12 @@ static struct request *__get_request(struct request_list *rl, int rw_flags,
>  
>  	blk_rq_init(q, rq);
>  	blk_rq_set_rl(rq, rl);
> -	rq->cmd_flags = rw_flags | REQ_ALLOCED;
> +	/* tmp compat - allow users to check either one for the op */
> +	rq->cmd_flags = op | op_flags | REQ_ALLOCED;

This one is still left after the whole series is applied, seems like
the hunk to remove it again got lost somewhere.

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH 26/35] block: set op to REQ_OP mchristi@redhat.com - 2016-01-05 22:00 +0100
  Re: [PATCH 26/35] block: set op to REQ_OP Christoph Hellwig <hch@infradead.org> - 2016-01-09 14:40 +0100

csiph-web