On Thu, Sep 24, 2015 at 6:57 PM, Yann Ylavic <[email protected]> wrote: > > The problem is that mod_logio's cfg->r is not (anymore) reliable when > r is in the flush queue, since it may have been replaced by the next > request's post_read_request()...
And likewise cf->r = NULL in the logio_transaction() of the queued/destroyed request may kill the cfg->r set by the new request's logio_post_read_request() in the meantime.
