SUNRPC: Fix rpc_sockaddr2uaddr
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 17 Oct 2011 23:08:10 +0000 (16:08 -0700)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 18 Oct 2011 16:13:32 +0000 (09:13 -0700)
commitd77385f23830ee6c400569bac8b37e6eb3b7d360
tree871501dccd72630f7aec103738e649c2fcb2fd9d
parent45402c38eec740f52422aafc92937c6a4a8c8c0e
SUNRPC: Fix rpc_sockaddr2uaddr

rpc_sockaddr2uaddr is only used by net/sunrpc/rpcb_clnt.c, where
it is used in a non-blockable context in at least one case.

Add non-blocking capability by adding a gfp_t argument

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
include/linux/sunrpc/clnt.h
net/sunrpc/addr.c
net/sunrpc/rpcb_clnt.c