From: J. Bruce Fields Date: Sat, 18 Aug 2012 01:47:53 +0000 (-0400) Subject: svcrpc: remove handling of unknown errors from svc_recv X-Git-Tag: v3.7-rc1~24^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b444cc9a4c979aa0fa185c8ddca221462a34b7a;p=pandora-kernel.git 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: J. Bruce Fields --- Reading git-diff-tree failed