From: Trond Myklebust Date: Sun, 3 Aug 2014 17:03:13 +0000 (-0400) Subject: SUNRPC: Optimise away svc_recv_available X-Git-Tag: fixes-for-v3.18-merge-window~9^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8d1ff47b6858c1a26a658060c18a778696636db;p=pandora-kernel.git SUNRPC: Optimise away svc_recv_available We really do not want to do ioctls in the server's fast path. Instead, let's use the fact that we managed to read a full record as the indicator that we should try to read the socket again. Signed-off-by: Trond Myklebust Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed