commit | 9ba02638e4be28dd4ff724202a640264427c62d1 | [log] [tgz] |
---|---|---|
author | Andreas Gruenbacher <agruen@suse.de> | Wed Jun 22 17:16:24 2005 +0000 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed Jun 22 16:07:22 2005 -0400 |
tree | f9353e37a0b5526f1cbf116c3ed62f26bdfe4cc0 | |
parent | a838cc49d9a7d5652262a6d1b628628cadffa877 [diff] |
[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>