Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1439096
| From | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: linux-next: manual merge of the block tree with Linus' tree |
| Date | 2016-07-08 06:20 +0200 |
| Message-ID | <rSvqF-896-3@gated-at.bofh.it> (permalink) |
| References | <rSukV-7sx-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi all,
On Fri, 8 Jul 2016 13:07:50 +1000 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> + * Get the bios in the request so we can re-queue them.
> + */
> - if (shadow[j].request->cmd_flags &
> - (REQ_FLUSH | REQ_FUA | REQ_DISCARD | REQ_SECURE)) {
> ++ if (req_op(shadow[j].request) == REQ_OP_FLUSH ||
> ++ req_op(shadow[j].request) == REQ_OP_DISCARD ||
> ++ req_op(shadow[j].request) == REQ_OP_SECURE_ERASE ||
> ++ shadow[j].request->cmd_flags & REQ_FUA)) {
^
That is an extra ')' which I have now removed.
--
Cheers,
Stephen Rothwell
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
linux-next: manual merge of the block tree with Linus' tree Stephen Rothwell <sfr@canb.auug.org.au> - 2016-07-08 05:10 +0200
Re: linux-next: manual merge of the block tree with Linus' tree Stephen Rothwell <sfr@canb.auug.org.au> - 2016-07-08 06:20 +0200
Re: linux-next: manual merge of the block tree with Linus' tree Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> - 2016-07-08 16:20 +0200
csiph-web