aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/netns.h
diff options
context:
space:
mode:
authorStanislav Kinsbursky <skinsbursky@parallels.com>2012-12-06 14:23:14 +0300
committerJ. Bruce Fields <bfields@redhat.com>2012-12-10 16:25:37 -0500
commit2c2fe2909e124c32a34dbbb3ac129112524fc540 (patch)
treec96ad5c6af2e42654be6cd69380c34401356edb8 /fs/nfsd/netns.h
parentnfsd: move per-net startup code to separated function (diff)
downloadlinux-dev-2c2fe2909e124c32a34dbbb3ac129112524fc540.tar.xz
linux-dev-2c2fe2909e124c32a34dbbb3ac129112524fc540.zip
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 {
time_t nfsd4_lease;
time_t nfsd4_grace;
+
+ bool nfsd_net_up;
};
/* Simple check to find out if a given net was properly initialized */