From: Tom Tucker Date: Mon, 31 Dec 2007 03:07:57 +0000 (-0600) Subject: svc: Make the enqueue service transport neutral and export it. X-Git-Tag: v2.6.25-rc1~1072^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6150c3cab6e788afacb07470be3c6b4a722f1ed;p=pandora-kernel.git svc: Make the enqueue service transport neutral and export it. The svc_sock_enqueue function is now transport independent since all of the fields it touches have been moved to the transport independent svc_xprt structure. Change the function to use the svc_xprt structure directly instead of the transport specific svc_sock structure. Transport specific data-ready handlers need to call this function, so export it. 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