Skip to content
Commit 1711fd9a authored by Al Viro's avatar Al Viro Committed by Linus Torvalds
Browse files

sunrpc: fix braino in ->poll()



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: default avatarAl Viro <viro@zeniv.linux.org.uk>
Cc: stable@vger.kernel.org
Cc: Bruce Fields <bfields@fieldses.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 1163d504
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment