
3 	struct nfs_net *nn = net_generic(net, nfs_net_id);
4 	if (nn == NULL)
5 		return -ENOMEM;
6 	nfs_clients_init(net);
