commit | c36adb2a7f9132b37d4b669b2e2c04e46d5188b2 | [log] [tgz] |
---|---|---|
author | Tom Tucker <tom@opengridcomputing.com> | Sun Dec 30 21:08:16 2007 -0600 |
committer | J. Bruce Fields <bfields@citi.umich.edu> | Fri Feb 01 16:42:12 2008 -0500 |
tree | 0047a71515d96cdd4085adbd1691232db42c2b9f | |
parent | eab996d4aca7a9d8621d2b98c00ce420df85eaed [diff] |
svc: Make svc_recv transport neutral All of the transport field and functions used by svc_recv are now transport independent. Change the svc_recv function to use the svc_xprt structure directly instead of the transport specific svc_sock structure. Signed-off-by: Tom Tucker <tom@opengridcomputing.com> Acked-by: Neil Brown <neilb@suse.de> Reviewed-by: Chuck Lever <chuck.lever@oracle.com> Reviewed-by: Greg Banks <gnb@sgi.com> Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>