diff options
author | Stanislav Kinsbursky <skinsbursky@parallels.com> | 2012-07-25 14:57:13 +0200 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2012-07-27 22:49:22 +0200 |
commit | db9c4553412d72c6a05e0168d1d487f66e0660b3 (patch) | |
tree | e6510453641076d46fb1453867f9532205ba302d /fs/lockd/netns.h | |
parent | SUNRPC: service request network namespace helper introduced (diff) | |
download | linux-db9c4553412d72c6a05e0168d1d487f66e0660b3.tar.xz linux-db9c4553412d72c6a05e0168d1d487f66e0660b3.zip |
LockD: manage grace list per network namespace
Signed-off-by: Stanislav Kinsbursky <skinsbursky@parallels.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/lockd/netns.h')
-rw-r--r-- | fs/lockd/netns.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/lockd/netns.h b/fs/lockd/netns.h index e78650cb937c..4eee248ba96e 100644 --- a/fs/lockd/netns.h +++ b/fs/lockd/netns.h @@ -11,6 +11,7 @@ struct lockd_net { struct delayed_work grace_period_end; struct lock_manager lockd_manager; + struct list_head grace_list; }; extern int lockd_net_id; |