vserver 2.0 rc7
[linux-2.6.git] / include / linux / nfsd / cache.h
index cfffc76..c3a3557 100644 (file)
  * be hash_next and hash_prev.
  */
 struct svc_cacherep {
-       struct svc_cacherep *   c_hash_next;
-       struct svc_cacherep *   c_hash_prev;
-       struct svc_cacherep *   c_lru_next;
-       struct svc_cacherep *   c_lru_prev;
+       struct hlist_node       c_hash;
+       struct list_head        c_lru;
+
        unsigned char           c_state,        /* unused, inprog, done */
                                c_type,         /* status, buffer */
                                c_secure : 1;   /* req came from port < 1024 */