commit | a73881c96d73ee72b7dbbd38a6eeef66182a8ef7 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@hammerspace.com> | Tue Feb 26 06:33:02 2019 -0500 |
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | Tue Feb 26 06:33:02 2019 -0500 |
tree | 79231cf32ea2eef39adc0be675ec93a9cd48969e | |
parent | 06b5fc3ad94eebf25d5abc07f84e16b8b33dcf8c [diff] |
SUNRPC: Fix an Oops in udp_poll() udp_poll() checks the struct file for the O_NONBLOCK flag, so we must not call it with a NULL file pointer. Fixes: 0ffe86f48026 ("SUNRPC: Use poll() to fix up the socket requeue races") Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>