From: Tom Tucker Date: Mon, 31 Dec 2007 03:08:01 +0000 (-0600) Subject: svc: Change svc_sock_received to svc_xprt_received and export it X-Git-Tag: v2.6.25-rc1~1072^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6046f71f2b598af241e7496a8ead90f2979224b;p=pandora-kernel.git svc: Change svc_sock_received to svc_xprt_received and export it All fields touched by svc_sock_received are now transport independent. Change it to use svc_xprt directly. This function is called from transport dependent code, so export it. Update the comment to clearly state the rules for calling this function. Signed-off-by: Tom Tucker Acked-by: Neil Brown Reviewed-by: Chuck Lever Reviewed-by: Greg Banks Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed