Skip to content
Commit 5b444cc9 authored by J. Bruce Fields's avatar J. Bruce Fields
Browse files

svcrpc: remove handling of unknown errors from svc_recv



svc_recv() returns only -EINTR or -EAGAIN.  If we really want to worry
about the case where it has a bug that causes it to return something
else, we could stick a WARN() in svc_recv.  But it's silly to require
every caller to have all this boilerplate to handle that case.

Signed-off-by: default avatarJ. Bruce Fields <bfields@redhat.com>
parent 9f9d2ebe
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment