SUNRPC client: add interface for binding to a local address
authorFrank van Maarseveen <frankvm@frankvm.com>
Mon, 9 Jul 2007 20:23:35 +0000 (22:23 +0200)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 11 Jul 2007 03:40:49 +0000 (23:40 -0400)
commitd3bc9a1deb8964d774af8535814cb91bf8f6def0
treec8ae19f3684b40a4c53d948adc3b0f688d373497
parenta97476926ec061f90b77da478620ea6dc71a3237
SUNRPC client: add interface for binding to a local address

In addition to binding to a local privileged port the NFS client should
allow binding to a specific local address. This is used by the server
for callbacks. The patch adds the necessary interface.

Signed-off-by: Frank van Maarseveen <frankvm@frankvm.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
include/linux/sunrpc/clnt.h
include/linux/sunrpc/xprt.h
net/sunrpc/clnt.c
net/sunrpc/xprtsock.c