|
@@ -103,6 +103,7 @@ struct svc_serv {
|
|
spinlock_t sv_cb_lock; /* protects the svc_cb_list */
|
|
spinlock_t sv_cb_lock; /* protects the svc_cb_list */
|
|
wait_queue_head_t sv_cb_waitq; /* sleep here if there are no
|
|
wait_queue_head_t sv_cb_waitq; /* sleep here if there are no
|
|
* entries in the svc_cb_list */
|
|
* entries in the svc_cb_list */
|
|
|
|
+ struct svc_xprt *bc_xprt;
|
|
#endif /* CONFIG_NFS_V4_1 */
|
|
#endif /* CONFIG_NFS_V4_1 */
|
|
};
|
|
};
|
|
|
|
|