|
@@ -314,7 +314,8 @@ static struct nfs_client *nfs_match_client(const struct nfs_client_initdata *dat
|
|
/* Match the full socket address */
|
|
/* Match the full socket address */
|
|
if (!rpc_cmp_addr_port(sap, clap))
|
|
if (!rpc_cmp_addr_port(sap, clap))
|
|
/* Match all xprt_switch full socket addresses */
|
|
/* Match all xprt_switch full socket addresses */
|
|
- if (!rpc_clnt_xprt_switch_has_addr(clp->cl_rpcclient,
|
|
|
|
|
|
+ if (IS_ERR(clp->cl_rpcclient) ||
|
|
|
|
+ !rpc_clnt_xprt_switch_has_addr(clp->cl_rpcclient,
|
|
sap))
|
|
sap))
|
|
continue;
|
|
continue;
|
|
|
|
|