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

SUNRPC: Fix an Oops due to socket not set up yet...



We can Oops in both xs_udp_send_request() and xs_tcp_send_request() if the
call to xs_sendpages() returns an error due to the socket not yet being
set up.
Deal with that situation by returning a new error: ENOTSOCK, so that we
know to avoid dereferencing transport->sock.

Signed-off-by: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent d7371c41
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