From: Olaf Kirch Date: Wed, 4 Oct 2006 09:16:05 +0000 (-0700) Subject: [PATCH] knfsd: register all RPC programs with portmapper by default X-Git-Tag: v2.6.19-rc1~112 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc5fea4299b8bda5f73c6f79dc35d388caf8bced;p=pandora-kernel.git [PATCH] knfsd: register all RPC programs with portmapper by default The NFSACL patches introduced support for multiple RPC services listening on the same transport. However, only the first of these services was registered with portmapper. This was perfectly fine for nfsacl, as you traditionally do not want these to show up in a portmapper listing. The patch below changes the default behavior to always register all services listening on a given transport, but retains the old behavior for nfsacl services. Signed-off-by: Olaf Kirch Signed-off-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed