Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 16639
b: refs/heads/master
c: a659753
h: refs/heads/master
i:
  16637: b857083
  16635: 206f23f
  16631: e1a2b98
  16623: b983b96
  16607: 85c249c
  16575: 02fc09e
  16511: b960182
  16383: 44c5429
v: v3
  • Loading branch information
J. Bruce Fields authored and Trond Myklebust committed Jan 6, 2006
1 parent 83e48e4 commit 2936ac8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: 64a318ee2af9000df482d7a125c3b3e1f1007404
refs/heads/master: a659753ecc66945e9c69823fcbbe222b446c66d7
4 changes: 3 additions & 1 deletion trunk/fs/lockd/xdr4.c
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,9 @@ nlm4svc_decode_reboot(struct svc_rqst *rqstp, u32 *p, struct nlm_reboot *argp)
return 0;
argp->state = ntohl(*p++);
/* Preserve the address in network byte order */
argp->addr = *p++;
argp->addr = *p++;
argp->vers = *p++;
argp->proto = *p++;
return xdr_argsize_check(rqstp, p);
}

Expand Down

0 comments on commit 2936ac8

Please sign in to comment.