SUNRPC: fix bug in patch "portmapper doesn't need a reserved port"
authorChuck Lever <cel@citi.umich.edu>
Fri, 23 Sep 2005 01:24:59 +0000 (21:24 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 23 Sep 2005 17:54:10 +0000 (13:54 -0400)
commit6cd7525a00f3b926e8bd2e402954ed3e09a8e924
treeef62460b3ea5bd9bd81cb243c20a7a64ed41b8e5
parentf134585a7343d71f9be7f0cf97e2145f21dd10c6
SUNRPC: fix bug in patch "portmapper doesn't need a reserved port"

 The in-kernel portmapper does in fact need a reserved port when registering
 new services, but not when performing bind queries.

 Ensure that we distinguish between the two cases.

Signed-off-by: Chuck Lever <cel@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
net/sunrpc/pmap_clnt.c