mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-30 02:21:15 +00:00
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>
This commit is contained in:
parent
bbe0a3aa4e
commit
29dcc16a8e
4 changed files with 4 additions and 6 deletions
|
@ -23,6 +23,7 @@ struct nfs_net {
|
|||
#if IS_ENABLED(CONFIG_NFS_V4)
|
||||
struct idr cb_ident_idr; /* Protected by nfs_client_lock */
|
||||
unsigned short nfs_callback_tcpport;
|
||||
unsigned short nfs_callback_tcpport6;
|
||||
#endif
|
||||
spinlock_t nfs_client_lock;
|
||||
struct timespec boot_time;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue