]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
sunrpc: fix braino in ->poll()
authorAl Viro <viro@ZenIV.linux.org.uk>
Sat, 7 Mar 2015 21:08:46 +0000 (21:08 +0000)
committerSasha Levin <sasha.levin@oracle.com>
Sat, 14 Mar 2015 19:37:27 +0000 (15:37 -0400)
commitca261c91b5dd6c4b0d9ab9b6c9286a19b15fc680
tree65805d8a90397eaf6bfe94cb9e5f5c928aab1a89
parent208fb83dac2f4355d854222d2e9cb17a4123fd58
sunrpc: fix braino in ->poll()

commit 1711fd9addf214823b993468567cab1f8254fc51 upstream.

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 <viro@zeniv.linux.org.uk>
Cc: Bruce Fields <bfields@fieldses.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
net/sunrpc/cache.c