]> Pileus Git - ~andy/linux/blobdiff - include/linux/nfs_fs_sb.h
Pull test into release branch
[~andy/linux] / include / linux / nfs_fs_sb.h
index 6d0be0efd1b5221ea5ae1499f74d832c1b15add0..95796e6924f1d10be492771595275b7c169dde3a 100644 (file)
@@ -19,6 +19,7 @@ struct nfs_client {
 #define NFS_CS_RPCIOD          0               /* - rpciod started */
 #define NFS_CS_CALLBACK                1               /* - callback started */
 #define NFS_CS_IDMAP           2               /* - idmap started */
+#define NFS_CS_RENEWD          3               /* - renewd started */
        struct sockaddr_in      cl_addr;        /* server identifier */
        char *                  cl_hostname;    /* hostname of server */
        struct list_head        cl_share_link;  /* link in global client list */
@@ -50,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;