diff options
Diffstat (limited to 'include/linux/sunrpc/svc_xprt.h')
-rw-r--r-- | include/linux/sunrpc/svc_xprt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/sunrpc/svc_xprt.h b/include/linux/sunrpc/svc_xprt.h index 1b5da39bb461..6a8445b9dfd9 100644 --- a/include/linux/sunrpc/svc_xprt.h +++ b/include/linux/sunrpc/svc_xprt.h | |||
@@ -59,6 +59,8 @@ struct svc_xprt { | |||
59 | spinlock_t xpt_lock; /* protects sk_deferred | 59 | spinlock_t xpt_lock; /* protects sk_deferred |
60 | * and xpt_auth_cache */ | 60 | * and xpt_auth_cache */ |
61 | void *xpt_auth_cache;/* auth cache */ | 61 | void *xpt_auth_cache;/* auth cache */ |
62 | struct list_head xpt_deferred; /* deferred requests that need | ||
63 | * to be revisted */ | ||
62 | }; | 64 | }; |
63 | 65 | ||
64 | int svc_reg_xprt_class(struct svc_xprt_class *); | 66 | int svc_reg_xprt_class(struct svc_xprt_class *); |