This function seems to be missing the "meat." It retrieves then disposes of a keylist.

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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to