aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/netns.h
diff options
context:
space:
mode:
authorStanislav Kinsbursky <skinsbursky@parallels.com>2012-12-06 06:23:14 -0500
committerJ. Bruce Fields <bfields@redhat.com>2012-12-10 16:25:37 -0500
commit2c2fe2909e124c32a34dbbb3ac129112524fc540 (patch)
treec96ad5c6af2e42654be6cd69380c34401356edb8 /fs/nfsd/netns.h
parent6ff50b3dea9a242b50642a703b513986bffb8ce9 (diff)
nfsd: per-net NFSd up flag introduced
This patch introduces introduces per-net "nfsd_net_up" boolean flag, which has the same purpose as general "nfsd_up" flag - skip init or shutdown of per-net resources in case of they are inited on shutted down respectively. Signed-off-by: Stanislav Kinsbursky <skinsbursky@parallels.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfsd/netns.h')
-rw-r--r--fs/nfsd/netns.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/nfsd/netns.h b/fs/nfsd/netns.h
index fac4123c918c..543ac486fd5d 100644
--- a/fs/nfsd/netns.h
+++ b/fs/nfsd/netns.h
@@ -92,6 +92,8 @@ struct nfsd_net {
92 92
93 time_t nfsd4_lease; 93 time_t nfsd4_lease;
94 time_t nfsd4_grace; 94 time_t nfsd4_grace;
95
96 bool nfsd_net_up;
95}; 97};
96 98
97/* Simple check to find out if a given net was properly initialized */ 99/* Simple check to find out if a given net was properly initialized */