Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42510
b: refs/heads/master
c: e744cf2
h: refs/heads/master
v: v3
  • Loading branch information
Chuck Lever authored and Trond Myklebust committed Dec 6, 2006
1 parent 66a10c9 commit c969111
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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: 24c5684b65ff52ebfa942e8086d91a4966121ae7
refs/heads/master: e744cf2e3ab8535a8494a4cf0177de26f94586da
7 changes: 1 addition & 6 deletions trunk/include/linux/sunrpc/xprt.h
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,6 @@ struct rpc_xprt {
unsigned char shutdown : 1, /* being shut down */
resvport : 1; /* use a reserved port */

/*
* XID
*/
__u32 xid; /* Next XID value to use */

/*
* State of TCP reply receive stuff
*/
Expand Down Expand Up @@ -193,8 +188,8 @@ struct rpc_xprt {
*/
spinlock_t transport_lock; /* lock transport info */
spinlock_t reserve_lock; /* lock slot table */
u32 xid; /* Next XID value to use */
struct rpc_task * snd_task; /* Task blocked in send */

struct list_head recv;

struct {
Expand Down

0 comments on commit c969111

Please sign in to comment.