> +static struct nfs4_stid *find_stateid_locked(struct nfs4_client *cl, stateid_t *t) > { > struct nfs4_stid *ret; > > - spin_lock(&cl->cl_lock); > ret = idr_find(&cl->cl_stateids, t->si_opaque.so_id); > - spin_unlock(&cl->cl_lock); > if (!ret || !ret->sc_type) > return NULL; Just curious, how can !ret->sc_type happen? -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html