]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/sunrpc/svc_xprt.c
svc: Make deferral processing xprt independent
[linux-2.6-omap-h63xx.git] / net / sunrpc / svc_xprt.c
index d2ac130b9040e37d3c490c92e53606ad2c7ee10a..023aeb0ecfa91bb23422174e1dc506a5ec2d9558 100644 (file)
@@ -102,6 +102,7 @@ void svc_xprt_init(struct svc_xprt_class *xcl, struct svc_xprt *xprt,
        xprt->xpt_server = serv;
        INIT_LIST_HEAD(&xprt->xpt_list);
        INIT_LIST_HEAD(&xprt->xpt_ready);
+       INIT_LIST_HEAD(&xprt->xpt_deferred);
        mutex_init(&xprt->xpt_mutex);
        spin_lock_init(&xprt->xpt_lock);
 }