Commit 53c32630 authored by Trond Myklebust's avatar Trond Myklebust
Browse files

NFS: Allow multiple connections to a NFSv2 or NFSv3 server

parent fd87c8b7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;