diff options
author | Stanislav Kinsbursky <skinsbursky@parallels.com> | 2012-11-27 14:11:49 +0300 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2012-11-28 10:39:47 -0500 |
commit | 5284b44e438580a50e8cc5189297a73a48a45ecb (patch) | |
tree | 6005ff239965eb1d2ba59d2f2a8028e4c2eee301 /fs/nfsd/nfsd.h | |
parent | 3d7337115d06f21970e23684f4d2e62e3a44c572 (diff) | |
download | linux-5284b44e438580a50e8cc5189297a73a48a45ecb.tar.bz2 |
nfsd: make NFSv4 grace time per net
Grace time is a part of NFSv4 state engine, which is constructed per network
namespace.
Signed-off-by: Stanislav Kinsbursky <skinsbursky@parallels.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfsd/nfsd.h')
-rw-r--r-- | fs/nfsd/nfsd.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/nfsd/nfsd.h b/fs/nfsd/nfsd.h index a8f7325a9124..5eea0f5021fd 100644 --- a/fs/nfsd/nfsd.h +++ b/fs/nfsd/nfsd.h @@ -276,8 +276,6 @@ extern struct timeval nfssvc_boot; #ifdef CONFIG_NFSD_V4 -extern time_t nfsd4_grace; - /* before processing a COMPOUND operation, we have to check that there * is enough space in the buffer for XDR encode to succeed. otherwise, * we might process an operation with side effects, and be unable to |