]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitb020822e066b40ce6442cede961c239da11d8422
treeb1dc3e0ecd82353896b07c433f98f547abc5adc2
parente898eca89ede1c7da4fee6dbbc0e4fecf0fed58d
[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