summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/netns.h
diff options
context:
space:
mode:
authorJ. Bruce Fields2013-03-21 20:19:33 +0100
committerJ. Bruce Fields2013-04-04 19:25:16 +0200
commite8c69d17d1ef8437aee729322db005573a467fd6 (patch)
treed6266a01818dfd0038337fab3253912e1d140405 /fs/nfsd/netns.h
parentnfsd4: shut down more of delegation earlier (diff)
downloadkernel-qcow2-linux-e8c69d17d1ef8437aee729322db005573a467fd6.tar.gz
kernel-qcow2-linux-e8c69d17d1ef8437aee729322db005573a467fd6.tar.xz
kernel-qcow2-linux-e8c69d17d1ef8437aee729322db005573a467fd6.zip
nfsd4: make del_recall_lru per-network-namespace
If nothing else this simplifies the nfs4_state_shutdown_net logic a tad. Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfsd/netns.h')
-rw-r--r--fs/nfsd/netns.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfsd/netns.h b/fs/nfsd/netns.h
index 1051bebff1b0..849a7c3ced22 100644
--- a/fs/nfsd/netns.h
+++ b/fs/nfsd/netns.h
@@ -80,6 +80,7 @@ struct nfsd_net {
*/
struct list_head client_lru;
struct list_head close_lru;
+ struct list_head del_recall_lru;
struct delayed_work laundromat_work;