J. Bruce Fields 9f9d2ebe69 svcrpc: make xpo_recvfrom return only >=0
The only errors returned from xpo_recvfrom have been -EAGAIN and
-EAFNOSUPPORT.  The latter was removed by a previous patch.  That leaves
only -EAGAIN, which is treated just like 0 by the caller (svc_recv).

So, just ditch -EAGAIN and return 0 instead.

Signed-off-by: J. Bruce Fields <bfields@redhat.com>
2012-08-21 17:41:07 -04:00
..
2012-07-16 15:12:15 -04:00
2012-07-31 18:42:48 -07:00
2012-07-31 18:42:48 -07:00
2012-06-15 17:37:23 -07:00
2010-12-17 15:48:21 -05:00
2012-04-15 12:44:40 -04:00
2012-07-30 19:16:57 -07:00