lkml.org 
[lkml]   [2016]   [Apr]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [GIT PULL] ext4 bug fixes for 4.6
From
On Sun, Apr 10, 2016 at 1:29 PM, Linus Torvalds
<torvalds@linux-foundation.org> wrote:
>
> (b) to get the latency advantage, do something like this:
>
> + if (signal_pending)
> + return -EINTR;

That should be

if (signal_pending())
return -EINTR;

of course. Missing function call parenthesis..

I'm just testing that people are awake.

Linus

\
 
 \ /
  Last update: 2016-04-10 23:01    [W:0.106 / U:0.016 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site