From: Tom Tucker Date: Mon, 31 Dec 2007 03:08:27 +0000 (-0600) Subject: svc: Move the xprt independent code to the svc_xprt.c file X-Git-Tag: v2.6.25-rc1~1072^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f0257eaa5d29b80f6ab2c40ed21aa65bb4527f6;p=pandora-kernel.git svc: Move the xprt independent code to the svc_xprt.c file This functionally trivial patch moves all of the transport independent functions from the svcsock.c file to the transport independent svc_xprt.c file. In addition the following formatting changes were made: - White space cleanup - Function signatures on single line - The inline directive was removed - Lines over 80 columns were reformatted - The term 'socket' was changed to 'transport' in comments - The SMP comment was moved and updated. 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