NFSd: make grace end flag per network namespace

Signed-off-by: Stanislav Kinsbursky <skinsbursky@parallels.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
This commit is contained in:
Stanislav Kinsbursky
2012-07-25 16:57:37 +04:00
committed by J. Bruce Fields
parent 5630f7fa97
commit a51c84ed50
2 changed files with 4 additions and 5 deletions

View File

@@ -36,6 +36,7 @@ struct nfsd_net {
struct cache_detail *nametoid_cache;
struct lock_manager nfsd4_manager;
bool grace_ended;
};
extern int nfsd_net_id;