diff options
Diffstat (limited to 'include/linux/sunrpc/xprt.h')
-rw-r--r-- | include/linux/sunrpc/xprt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sunrpc/xprt.h b/include/linux/sunrpc/xprt.h index 703af7ebf6cf..beae030e80b5 100644 --- a/include/linux/sunrpc/xprt.h +++ b/include/linux/sunrpc/xprt.h | |||
@@ -183,6 +183,7 @@ struct rpc_xprt { | |||
183 | #if defined(CONFIG_NFS_V4_1) | 183 | #if defined(CONFIG_NFS_V4_1) |
184 | struct svc_serv *bc_serv; /* The RPC service which will */ | 184 | struct svc_serv *bc_serv; /* The RPC service which will */ |
185 | /* process the callback */ | 185 | /* process the callback */ |
186 | unsigned int bc_alloc_count; /* Total number of preallocs */ | ||
186 | spinlock_t bc_pa_lock; /* Protects the preallocated | 187 | spinlock_t bc_pa_lock; /* Protects the preallocated |
187 | * items */ | 188 | * items */ |
188 | struct list_head bc_pa_list; /* List of preallocated | 189 | struct list_head bc_pa_list; /* List of preallocated |