diff options
author | Stanislav Kinsbursky <skinsbursky@parallels.com> | 2012-11-14 10:21:10 -0500 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2012-11-15 07:40:42 -0500 |
commit | c212cecfa21b3d30cd5cc2389754a46973ad9027 (patch) | |
tree | ce0e190694a98dd8f526b00d9b60aa8861faebbc /fs/nfsd/state.h | |
parent | 7f2210fa6b791c290e36d8b3c8af7aaf22b2aaf0 (diff) |
nfsd: make nfs4_client network namespace dependent
And use it's net where possible.
Signed-off-by: Stanislav Kinsbursky <skinsbursky@parallels.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfsd/state.h')
-rw-r--r-- | fs/nfsd/state.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfsd/state.h b/fs/nfsd/state.h index 029217ad2cb0..ca8ee8c3ae74 100644 --- a/fs/nfsd/state.h +++ b/fs/nfsd/state.h | |||
@@ -283,6 +283,7 @@ struct nfs4_client { | |||
283 | unsigned long cl_cb_slot_busy; | 283 | unsigned long cl_cb_slot_busy; |
284 | struct rpc_wait_queue cl_cb_waitq; /* backchannel callers may */ | 284 | struct rpc_wait_queue cl_cb_waitq; /* backchannel callers may */ |
285 | /* wait here for slots */ | 285 | /* wait here for slots */ |
286 | struct net *net; | ||
286 | }; | 287 | }; |
287 | 288 | ||
288 | static inline void | 289 | static inline void |