diff options
Diffstat (limited to 'include/linux/sunrpc/xprt.h')
-rw-r--r-- | include/linux/sunrpc/xprt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sunrpc/xprt.h b/include/linux/sunrpc/xprt.h index c4f903f0e17c..41ce296dded1 100644 --- a/include/linux/sunrpc/xprt.h +++ b/include/linux/sunrpc/xprt.h | |||
@@ -199,7 +199,7 @@ struct rpc_xprt { | |||
199 | * Send stuff | 199 | * Send stuff |
200 | */ | 200 | */ |
201 | spinlock_t transport_lock; /* lock transport info */ | 201 | spinlock_t transport_lock; /* lock transport info */ |
202 | spinlock_t xprt_lock; /* lock xprt info */ | 202 | spinlock_t reserve_lock; /* lock slot table */ |
203 | struct rpc_task * snd_task; /* Task blocked in send */ | 203 | struct rpc_task * snd_task; /* Task blocked in send */ |
204 | 204 | ||
205 | struct list_head recv; | 205 | struct list_head recv; |