clp1              479 fs/nfs/nfs4client.c static bool nfs4_match_client_owner_id(const struct nfs_client *clp1,
clp1              482 fs/nfs/nfs4client.c 	if (clp1->cl_owner_id == NULL || clp2->cl_owner_id == NULL)
clp1              484 fs/nfs/nfs4client.c 	return strcmp(clp1->cl_owner_id, clp2->cl_owner_id) == 0;