commit | f8d1ff47b6858c1a26a658060c18a778696636db | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Sun Aug 03 13:03:13 2014 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Sun Aug 17 12:00:11 2014 -0400 |
tree | 8e5f87dd99a3fcc5cc8f3ff0c8be98167e34e779 | |
parent | 0c0746d03eac70e12bcb39e7f1c7f0a1dd31123c [diff] |
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 <trond.myklebust@primarydata.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>