Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 114344
b: refs/heads/master
c: 9a38a83
h: refs/heads/master
v: v3
  • Loading branch information
Chuck Lever authored and J. Bruce Fields committed Oct 3, 2008
1 parent e9a2bfd commit b300ee8
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 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: b85e4676344fc4d7ec5e0f62c3d3712e48bbe223
refs/heads/master: 9a38a83880c224c6a3fd973ac9ae30a043487f0f
2 changes: 0 additions & 2 deletions trunk/fs/lockd/xdr.c
Original file line number Diff line number Diff line change
Expand Up @@ -351,8 +351,6 @@ nlmsvc_decode_reboot(struct svc_rqst *rqstp, __be32 *p, struct nlm_reboot *argp)
argp->state = ntohl(*p++);
/* Preserve the address in network byte order */
argp->addr = *p++;
argp->vers = *p++;
argp->proto = *p++;
return xdr_argsize_check(rqstp, p);
}

Expand Down
2 changes: 0 additions & 2 deletions trunk/fs/lockd/xdr4.c
Original file line number Diff line number Diff line change
Expand Up @@ -358,8 +358,6 @@ nlm4svc_decode_reboot(struct svc_rqst *rqstp, __be32 *p, struct nlm_reboot *argp
argp->state = ntohl(*p++);
/* Preserve the address in network byte order */
argp->addr = *p++;
argp->vers = *p++;
argp->proto = *p++;
return xdr_argsize_check(rqstp, p);
}

Expand Down
2 changes: 0 additions & 2 deletions trunk/include/linux/lockd/xdr.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ struct nlm_reboot {
unsigned int len;
u32 state;
__be32 addr;
__be32 vers;
__be32 proto;
};

/*
Expand Down

0 comments on commit b300ee8

Please sign in to comment.