]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/sunrpc/svc_xprt.h
svc: Make deferral processing xprt independent
[linux-2.6-omap-h63xx.git] / include / linux / sunrpc / svc_xprt.h
index 1b5da39bb461a8cb744fddcac2c8ea095c162bed..6a8445b9dfd915d4242be0e4b4b16a277b5f8bea 100644 (file)
@@ -59,6 +59,8 @@ struct svc_xprt {
        spinlock_t              xpt_lock;       /* protects sk_deferred
                                                 * and xpt_auth_cache */
        void                    *xpt_auth_cache;/* auth cache */
+       struct list_head        xpt_deferred;   /* deferred requests that need
+                                                * to be revisted */
 };
 
 int    svc_reg_xprt_class(struct svc_xprt_class *);