From: Tom Tucker Date: Mon, 31 Dec 2007 03:07:23 +0000 (-0600) Subject: svc: Move sk_sendto and sk_recvfrom to svc_xprt_class X-Git-Tag: v2.6.25-rc1~1072^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d137990f5860451a6e0428e0903f62933d05287;p=pandora-kernel.git svc: Move sk_sendto and sk_recvfrom to svc_xprt_class The sk_sendto and sk_recvfrom are function pointers that allow svc_sock to be used for both UDP and TCP. Move these function pointers to the svc_xprt_ops structure. 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