aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sunrpc')
-rw-r--r--include/linux/sunrpc/xprt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sunrpc/xprt.h b/include/linux/sunrpc/xprt.h
index d82b47ab73cb..c4f903f0e17c 100644
--- a/include/linux/sunrpc/xprt.h
+++ b/include/linux/sunrpc/xprt.h
@@ -198,7 +198,7 @@ struct rpc_xprt {
198 /* 198 /*
199 * Send stuff 199 * Send stuff
200 */ 200 */
201 spinlock_t sock_lock; /* lock socket info */ 201 spinlock_t transport_lock; /* lock transport info */
202 spinlock_t xprt_lock; /* lock xprt info */ 202 spinlock_t xprt_lock; /* lock xprt info */
203 struct rpc_task * snd_task; /* Task blocked in send */ 203 struct rpc_task * snd_task; /* Task blocked in send */
204 204