From: Chuck Lever Date: Mon, 12 Feb 2007 08:53:29 +0000 (-0800) Subject: [PATCH] knfsd: SUNRPC: allow creating an RPC service without registering with portmapper X-Git-Tag: v2.6.21-rc1~274^2~119 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=482fb94e1b0c2efe8258334aa2a68d4f4a91de9c;p=pandora-kernel.git [PATCH] knfsd: SUNRPC: allow creating an RPC service without registering with portmapper Sometimes we need to create an RPC service but not register it with the local portmapper. NFSv4 delegation callback, for example. Change the svc_makesock() API to allow optionally creating temporary or permanent sockets, optionally registering with the local portmapper, and make it return the ephemeral port of the new socket. Signed-off-by: Chuck Lever Cc: Aurelien Charbon Signed-off-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed