nfsd4: track recall retries in nfs4_delegation
[safe/jmp/linux-2.6] / include / linux / nfsd / state.h
index 233b60d..c0c4921 100644 (file)
@@ -74,9 +74,9 @@ struct nfs4_delegation {
        time_t                  dl_time;
 /* For recall: */
        u32                     dl_ident;
-       int                     dl_trunc;
        stateid_t               dl_stateid;
        struct knfsd_fh         dl_fh;
+       int                     dl_retries;
 };
 
 /* client delegation callback info */