Skip to content
Commit a73881c9 authored by Trond Myklebust's avatar Trond Myklebust
Browse files

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: 0ffe86f4

 ("SUNRPC: Use poll() to fix up the socket requeue races")
Signed-off-by: default avatarTrond Myklebust <trond.myklebust@hammerspace.com>
parent 06b5fc3a
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