Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101953
b: refs/heads/master
c: 166b88d
h: refs/heads/master
i:
  101951: f017871
v: v3
  • Loading branch information
Chuck Lever authored and Trond Myklebust committed Jul 15, 2008
1 parent 9968bf4 commit e005fa0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 381ba74af55e58bca4c01553835a360a9f6fbb07
refs/heads/master: 166b88d755f925139af7f7b75aa0a1b896ca0670
12 changes: 8 additions & 4 deletions trunk/net/sunrpc/rpcb_clnt.c
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,10 @@ static void rpcb_getport_done(struct rpc_task *child, void *data)
map->r_status = status;
}

/*
* XDR functions for rpcbind
*/

static int rpcb_encode_mapping(struct rpc_rqst *req, __be32 *p,
struct rpcbind_args *rpcb)
{
Expand Down Expand Up @@ -581,14 +585,14 @@ static struct rpc_procinfo rpcb_procedures2[] = {
};

static struct rpc_procinfo rpcb_procedures3[] = {
PROC(SET, mapping, set),
PROC(UNSET, mapping, set),
PROC(SET, getaddr, set),
PROC(UNSET, getaddr, set),
PROC(GETADDR, getaddr, getaddr),
};

static struct rpc_procinfo rpcb_procedures4[] = {
PROC(SET, mapping, set),
PROC(UNSET, mapping, set),
PROC(SET, getaddr, set),
PROC(UNSET, getaddr, set),
PROC(GETADDR, getaddr, getaddr),
PROC(GETVERSADDR, getaddr, getaddr),
};
Expand Down

0 comments on commit e005fa0

Please sign in to comment.