]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/sunrpc/svcsock.h
knfsd: rename sk_defer_lock to sk_lock
[linux-2.6-omap-h63xx.git] / include / linux / sunrpc / svcsock.h
index 7909687557bf70f29b4bf18f9021061933d72cad..e21dd93ac4b7c3a197f8b1d843d2afbddadc8ff0 100644 (file)
@@ -37,7 +37,8 @@ struct svc_sock {
 
        atomic_t                sk_reserved;    /* space on outq that is reserved */
 
-       spinlock_t              sk_defer_lock;  /* protects sk_deferred */
+       spinlock_t              sk_lock;        /* protects sk_deferred and
+                                                * sk_info_authunix */
        struct list_head        sk_deferred;    /* deferred requests that need to
                                                 * be revisted */
        struct mutex            sk_mutex;       /* to serialize sending data */