diff options
author | J. Bruce Fields <bfields@redhat.com> | 2013-03-21 15:19:33 -0400 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2013-04-04 13:25:16 -0400 |
commit | e8c69d17d1ef8437aee729322db005573a467fd6 (patch) | |
tree | d6266a01818dfd0038337fab3253912e1d140405 /fs/nfsd/netns.h | |
parent | 68a3396178e6688ad7367202cdf0af8ed03c8727 (diff) | |
download | linux-exynos-e8c69d17d1ef8437aee729322db005573a467fd6.tar.gz linux-exynos-e8c69d17d1ef8437aee729322db005573a467fd6.tar.bz2 linux-exynos-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.h | 1 |
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; |