We'll need a way to flag the nfs4_client as already being recorded on stable storage so that we don't continually upcall. Once we're able to deprecate the old state tracking code, we can get rid of cl_recdir to recoup some of the space we're using here. Signed-off-by: Jeff Layton <jlayton@xxxxxxxxxx> --- fs/nfsd/state.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/fs/nfsd/state.h b/fs/nfsd/state.h index b07f5ea..712bd32 100644 --- a/fs/nfsd/state.h +++ b/fs/nfsd/state.h @@ -240,6 +240,8 @@ struct nfs4_client { nfs4_verifier cl_verifier; /* generated by client */ time_t cl_time; /* time of last lease renewal */ struct sockaddr_storage cl_addr; /* client ipaddress */ +#define NFSD4_CLIENT_STABLE (0) /* client on stable storage */ + unsigned long cl_flags; u32 cl_flavor; /* setclientid pseudoflavor */ char *cl_principal; /* setclientid principal name */ struct svc_cred cl_cred; /* setclientid principal */ -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html