]> Git Repo - linux.git/commit
svc: Add svc_xprt_names service to replace svc_sock_names
authorTom Tucker <[email protected]>
Mon, 31 Dec 2007 03:08:37 +0000 (21:08 -0600)
committerJ. Bruce Fields <[email protected]>
Fri, 1 Feb 2008 21:42:14 +0000 (16:42 -0500)
commit9571af18fa1e4a431dc6f6023ddbd87d1112fd5d
treed8eafdea71ea1c13fe9c733442d41857e17901ac
parenta217813f9067b785241cb7f31956e51d2071703a
svc: Add svc_xprt_names service to replace svc_sock_names

Create a transport independent version of the svc_sock_names function.

The toclose capability of the svc_sock_names service can be implemented
using the svc_xprt_find and svc_xprt_close services.

Signed-off-by: Tom Tucker <[email protected]>
Acked-by: Neil Brown <[email protected]>
Reviewed-by: Chuck Lever <[email protected]>
Reviewed-by: Greg Banks <[email protected]>
Signed-off-by: J. Bruce Fields <[email protected]>
fs/nfsd/nfsctl.c
include/linux/sunrpc/svc_xprt.h
net/sunrpc/svc_xprt.c
This page took 0.051981 seconds and 4 git commands to generate.