mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
NFS: Allow multiple connections to a NFSv2 or NFSv3 server
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
This commit is contained in:
parent
fd87c8b73a
commit
53c3263071
@ -660,6 +660,7 @@ static int nfs_init_server(struct nfs_server *server,
|
||||
.net = data->net,
|
||||
.timeparms = &timeparms,
|
||||
.cred = server->cred,
|
||||
.nconnect = data->nfs_server.nconnect,
|
||||
};
|
||||
struct nfs_client *clp;
|
||||
int error;
|
||||
|
Loading…
Reference in New Issue
Block a user