From: Tom Tucker Date: Mon, 31 Dec 2007 03:07:59 +0000 (-0600) Subject: svc: Make svc_send transport neutral X-Git-Tag: v2.6.25-rc1~1072^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a50fea26b9d2aa7b66fdd6d9579de10827ec086a;p=pandora-kernel.git svc: Make svc_send transport neutral Move the sk_mutex field to the transport independent svc_xprt structure. Now all the fields that svc_send touches are transport neutral. Change the svc_send function to use the transport independent svc_xprt directly instead of the transport dependent svc_sock 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