]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/sunrpc/svcsock.h
svc: Change sk_inuse to a kref
[linux-2.6-omap-h63xx.git] / include / linux / sunrpc / svcsock.h
index 3181d9d4caa036b4b0981c02dbb8d0e79ed6a04e..ba07d50cb11bdfc3b1843f51b214ba8932bfe81c 100644 (file)
@@ -24,7 +24,6 @@ struct svc_sock {
 
        struct svc_pool *       sk_pool;        /* current pool iff queued */
        struct svc_serv *       sk_server;      /* service for this socket */
-       atomic_t                sk_inuse;       /* use count */
        unsigned long           sk_flags;
 #define        SK_BUSY         0                       /* enqueued/receiving */
 #define        SK_CONN         1                       /* conn pending */