svc: Make svc_recv transport neutral
authorTom Tucker <tom@opengridcomputing.com>
Mon, 31 Dec 2007 03:08:16 +0000 (21:08 -0600)
committerJ. Bruce Fields <bfields@citi.umich.edu>
Fri, 1 Feb 2008 21:42:12 +0000 (16:42 -0500)
commitc36adb2a7f9132b37d4b669b2e2c04e46d5188b2
tree0047a71515d96cdd4085adbd1691232db42c2b9f
parenteab996d4aca7a9d8621d2b98c00ce420df85eaed
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>
net/sunrpc/svcsock.c