fedora core 6 1.2949 + vserver 2.2.0
[linux-2.6.git] / include / linux / nfs_fs_sb.h
index c44be53..95796e6 100644 (file)
@@ -3,7 +3,6 @@
 
 #include <linux/list.h>
 #include <linux/backing-dev.h>
-#include <linux/fscache.h>
 
 struct nfs_iostats;
 
@@ -52,7 +51,7 @@ struct nfs_client {
 
        unsigned long           cl_lease_time;
        unsigned long           cl_last_renewal;
-       struct work_struct      cl_renewd;
+       struct delayed_work     cl_renewd;
 
        struct rpc_wait_queue   cl_rpcwaitq;
 
@@ -68,10 +67,6 @@ struct nfs_client {
        char                    cl_ipaddr[16];
        unsigned char           cl_id_uniquifier;
 #endif
-
-#ifdef CONFIG_NFS_FSCACHE
-       struct fscache_cookie   *fscache;       /* client index cache cookie */
-#endif
 };
 
 /*