Re: [PATCH] sunrpc: fix braino in ->poll()

2015-03-09 Thread J. Bruce Fields
On Sat, Mar 07, 2015 at 09:08:46PM +, Al Viro wrote: > POLL_OUT isn't what callers of ->poll() are expecting to see; it's > actually __SI_POLL | 2 and it's a siginfo code, not a poll bitmap > bit... Thanks!--b. > > Signed-off-by: Al Viro > --- > diff --git a/net/sunrpc/cache.c b/net/sunrpc/

[PATCH] sunrpc: fix braino in ->poll()

2015-03-07 Thread Al Viro
POLL_OUT isn't what callers of ->poll() are expecting to see; it's actually __SI_POLL | 2 and it's a siginfo code, not a poll bitmap bit... Signed-off-by: Al Viro --- diff --git a/net/sunrpc/cache.c b/net/sunrpc/cache.c index 33fb105..5199bb1 100644 --- a/net/sunrpc/cache.c +++ b/net/sunrpc/cache