X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fnfs_fs_sb.h;h=95796e6924f1d10be492771595275b7c169dde3a;hb=refs%2Fheads%2Fvserver;hp=c44be53c2b5fc86ae404199116bd5ce9a767b05d;hpb=16c70f8c1b54b61c3b951b6fb220df250fe09b32;p=linux-2.6.git diff --git a/include/linux/nfs_fs_sb.h b/include/linux/nfs_fs_sb.h index c44be53c2..95796e692 100644 --- a/include/linux/nfs_fs_sb.h +++ b/include/linux/nfs_fs_sb.h @@ -3,7 +3,6 @@ #include #include -#include 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 }; /*