aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfssvc.c
diff options
context:
space:
mode:
authorTom Tucker <tom@opengridcomputing.com>2007-12-30 21:07:42 -0600
committerJ. Bruce Fields <bfields@citi.umich.edu>2008-02-01 16:42:09 -0500
commitb700cbb11fced2a0e953fdd19eac07ffaad86598 (patch)
tree345028d75f049b63bcec574158b94e205e9684bc /fs/nfsd/nfssvc.c
parentf9f3cc4fae04c87c815a4b473fb577cf74ef27da (diff)
downloadkernel_samsung_smdk4412-b700cbb11fced2a0e953fdd19eac07ffaad86598.tar.gz
kernel_samsung_smdk4412-b700cbb11fced2a0e953fdd19eac07ffaad86598.tar.bz2
kernel_samsung_smdk4412-b700cbb11fced2a0e953fdd19eac07ffaad86598.zip
svc: Add a generic transport svc_create_xprt function
The svc_create_xprt function is a transport independent version of the svc_makesock function. Since transport instance creation contains transport dependent and independent components, add an xpo_create transport function. The transport implementation of this function allocates the memory for the endpoint, implements the transport dependent initialization logic, and calls svc_xprt_init to initialize the transport independent field (svc_xprt) in it's data structure. Signed-off-by: Tom Tucker <tom@opengridcomputing.com> Acked-by: Neil Brown <neilb@suse.de> Reviewed-by: Chuck Lever <chuck.lever@oracle.com> Reviewed-by: Greg Banks <gnb@sgi.com> Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Diffstat (limited to 'fs/nfsd/nfssvc.c')
0 files changed, 0 insertions, 0 deletions