diff options
| author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2011-07-17 18:11:34 -0400 |
|---|---|---|
| committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2011-07-17 18:11:34 -0400 |
| commit | 34006cee28f7344f9557a4be3816c7891b1bbab1 (patch) | |
| tree | 2b0ddaa661a7dcb4715948b965ee307614b232f1 /include/linux/sunrpc | |
| parent | 3b27bad7f7ceacca6d6c0ef647ffb38aa55a8336 (diff) | |
SUNRPC: Replace xprt->resend and xprt->sending with a priority queue
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include/linux/sunrpc')
| -rw-r--r-- | include/linux/sunrpc/xprt.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sunrpc/xprt.h b/include/linux/sunrpc/xprt.h index d02762d1de27..15518a152ac3 100644 --- a/include/linux/sunrpc/xprt.h +++ b/include/linux/sunrpc/xprt.h | |||
| @@ -165,7 +165,6 @@ struct rpc_xprt { | |||
| 165 | 165 | ||
| 166 | struct rpc_wait_queue binding; /* requests waiting on rpcbind */ | 166 | struct rpc_wait_queue binding; /* requests waiting on rpcbind */ |
| 167 | struct rpc_wait_queue sending; /* requests waiting to send */ | 167 | struct rpc_wait_queue sending; /* requests waiting to send */ |
| 168 | struct rpc_wait_queue resend; /* requests waiting to resend */ | ||
| 169 | struct rpc_wait_queue pending; /* requests in flight */ | 168 | struct rpc_wait_queue pending; /* requests in flight */ |
| 170 | struct rpc_wait_queue backlog; /* waiting for slot */ | 169 | struct rpc_wait_queue backlog; /* waiting for slot */ |
| 171 | struct list_head free; /* free slots */ | 170 | struct list_head free; /* free slots */ |
