[PATCH] RPC: Allow the sunrpc server to multiplex serveral programs on a single port
authorAndreas Gruenbacher <agruen@suse.de>
Wed, 22 Jun 2005 17:16:24 +0000 (17:16 +0000)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 22 Jun 2005 20:07:22 +0000 (16:07 -0400)
commit9ba02638e4be28dd4ff724202a640264427c62d1
treef9353e37a0b5526f1cbf116c3ed62f26bdfe4cc0
parenta838cc49d9a7d5652262a6d1b628628cadffa877
[PATCH] RPC: Allow the sunrpc server to multiplex serveral programs on a single port

 The NFS and NFSACL programs run on the same RPC transport.  This patch adds
 support for this by converting svc_program into a chained list of programs
 (server-side).

Signed-off-by: Andreas Gruenbacher <agruen@suse.de>
Signed-off-by: Olaf Kirch <okir@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
include/linux/sunrpc/svc.h
net/sunrpc/svc.c