bool stor_obj_test(struct open_chunk *cep, uint64_t key) { struct st_keylist *klist; if (!cep->stc) return false; klist = stc_keys(cep->stc); if (!klist) return false; stc_free_keylist(klist); return true; } -- To unsubscribe from this list: send the line "unsubscribe hail-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html