From 1d8d931da5eeeeb249efae19012acfaaf885701a Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Wed, 9 Mar 2005 16:52:48 -0800 Subject: [PATCH] nfsd4: remove dl_recall_cnt We don't need dl_recall_cnt any more, we're just using a local variable in nfsd4_cb_recall. Signed-off-by: J. Bruce Fields Signed-off-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- include/linux/nfsd/state.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/linux') diff --git a/include/linux/nfsd/state.h b/include/linux/nfsd/state.h index 59d497b3a6eb..5f4434d6c96d 100644 --- a/include/linux/nfsd/state.h +++ b/include/linux/nfsd/state.h @@ -86,7 +86,6 @@ struct nfs4_delegation { struct list_head dl_del_perfile; /* nfs4_file->fi_del_perfile */ struct list_head dl_del_perclnt; /* nfs4_client->cl_del_perclnt*/ struct list_head dl_recall_lru; /* delegation recalled */ - atomic_t dl_recall_cnt; /* resend cb_recall only once */ atomic_t dl_count; /* ref count */ atomic_t dl_state; /* recall state */ struct nfs4_client *dl_client; -- cgit v1.2.3