diff options
author | Stanislav Kinsbursky <skinsbursky@parallels.com> | 2012-08-20 10:00:41 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-10-01 18:25:51 -0400 |
commit | 29dcc16a8e29371e11fb58fc1292e01f30ff13c5 (patch) | |
tree | c5e901f6c5c76dbf916ecb5196c6cdb527f38ef8 /fs/nfs/netns.h | |
parent | bbe0a3aa4e227c8aae02a484ce1c0b655cd19055 (diff) |
NFS: make nfs_callback_tcpport6 per network context
Signed-off-by: Stanislav Kinsbursky <skinsbursky@parallels.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/netns.h')
-rw-r--r-- | fs/nfs/netns.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/netns.h b/fs/nfs/netns.h index 1538d3a83cde..137238b012fb 100644 --- a/fs/nfs/netns.h +++ b/fs/nfs/netns.h | |||
@@ -23,6 +23,7 @@ struct nfs_net { | |||
23 | #if IS_ENABLED(CONFIG_NFS_V4) | 23 | #if IS_ENABLED(CONFIG_NFS_V4) |
24 | struct idr cb_ident_idr; /* Protected by nfs_client_lock */ | 24 | struct idr cb_ident_idr; /* Protected by nfs_client_lock */ |
25 | unsigned short nfs_callback_tcpport; | 25 | unsigned short nfs_callback_tcpport; |
26 | unsigned short nfs_callback_tcpport6; | ||
26 | #endif | 27 | #endif |
27 | spinlock_t nfs_client_lock; | 28 | spinlock_t nfs_client_lock; |
28 | struct timespec boot_time; | 29 | struct timespec boot_time; |