lkml.org 
[lkml]   [2016]   [Jul]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: linux-next: manual merge of the block tree with Linus' tree
On Fri, Jul 08, 2016 at 02:14:29PM +1000, Stephen Rothwell wrote:
> 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.

Stephen,

Thanks as always for doing this!
>
> --
> Cheers,
> Stephen Rothwell

\
 
 \ /
  Last update: 2016-07-08 16:41    [W:0.157 / U:0.356 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site