Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 153611
b: refs/heads/master
c: 65fc64e
h: refs/heads/master
i:
  153609: 396512d
  153607: 3723a44
v: v3
  • Loading branch information
Ricardo Labiaga authored and Benny Halevy committed Jun 17, 2009
1 parent 6b61728 commit 799eb5b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: dd2b63d049480979016b959abc2d141cdddb1389
refs/heads/master: 65fc64e547c794764a441e16e95bb76c0e256bd7
4 changes: 2 additions & 2 deletions trunk/fs/nfs/callback.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ struct referring_call_list {
};

struct cb_sequenceargs {
struct sockaddr_in *csa_addr;
struct sockaddr *csa_addr;
struct nfs4_sessionid csa_sessionid;
uint32_t csa_sequenceid;
uint32_t csa_slotid;
Expand All @@ -95,7 +95,7 @@ struct cb_sequenceargs {
};

struct cb_sequenceres {
uint32_t csr_status;
__be32 csr_status;
struct nfs4_sessionid csr_sessionid;
uint32_t csr_sequenceid;
uint32_t csr_slotid;
Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/nfs/callback_xdr.c
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ static unsigned decode_cb_sequence_args(struct svc_rqst *rqstp,
if (unlikely(p == NULL))
goto out;

args->csa_addr = svc_addr_in(rqstp);
args->csa_addr = svc_addr(rqstp);
args->csa_sequenceid = ntohl(*p++);
args->csa_slotid = ntohl(*p++);
args->csa_highestslotid = ntohl(*p++);
Expand Down

0 comments on commit 799eb5b

Please sign in to comment.