[PATCH] knfsd: SUNRPC: update internal API: separate pmap register and temp sockets
authorChuck Lever <chuck.lever@oracle.com>
Mon, 12 Feb 2007 08:53:28 +0000 (00:53 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 12 Feb 2007 17:48:35 +0000 (09:48 -0800)
commit6b174337e5126de834a971d3edc3681bbfa45e2c
treeb1dc3e0ecd82353896b07c433f98f547abc5adc2
parentf85aaeba458fda1de199a73566c641516e9a935d
[PATCH] knfsd: SUNRPC: update internal API: separate pmap register and temp sockets

Currently in the RPC server, registering with the local portmapper and
creating "permanent" sockets are tied together.  Expand the internal APIs to
allow these two socket characteristics to be separately specified.

This will be externalized in the next patch.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Cc: Aurelien Charbon <aurelien.charbon@ext.bull.net>
Signed-off-by: Neil Brown <neilb@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/sunrpc/svcsock.h
net/sunrpc/svcsock.c