summaryrefslogtreecommitdiffstats
path: root/fs/lockd/netns.h
diff options
context:
space:
mode:
authorStanislav Kinsbursky2012-07-25 14:57:13 +0200
committerJ. Bruce Fields2012-07-27 22:49:22 +0200
commitdb9c4553412d72c6a05e0168d1d487f66e0660b3 (patch)
treee6510453641076d46fb1453867f9532205ba302d /fs/lockd/netns.h
parentSUNRPC: service request network namespace helper introduced (diff)
downloadkernel-qcow2-linux-db9c4553412d72c6a05e0168d1d487f66e0660b3.tar.gz
kernel-qcow2-linux-db9c4553412d72c6a05e0168d1d487f66e0660b3.tar.xz
kernel-qcow2-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.h1
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;