[PATCH] Avoid a pipe read in aio result scheduling
Jeremy Allison
jra at samba.org
Tue Aug 23 23:30:27 UTC 2016
On Tue, Aug 23, 2016 at 03:17:33PM -0700, Jeremy Allison wrote:
>
> So if you agree that the code in pthreadpool_tevent_job_destructor()
> should be:
>
> /*
> * We should never be called with state->req == NULL,
> * state->pool must be cleared before the 2nd talloc_free().
> */
> if (state->req == NULL) {
> abort();
> }
>
> then I'm happy to push with my 'Reviewed-by: Jeremy Allison <jra at samba.org>'.
>
> Let me know if I'm wrong.
FYI, Metze agreed with my analysis. Pushing !
More information about the samba-technical
mailing list