From fb79a8d7f0f4b7686983d8c9025c1ebd0445e84f Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Fri, 4 Jun 2010 13:49:38 -0700 Subject: Oops. Forgot to re-initialize the aio_ex pointer from sival_ptr. --- source3/modules/vfs_aio_fork.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source3/modules/vfs_aio_fork.c b/source3/modules/vfs_aio_fork.c index 38a1c21e29..b0262542c3 100644 --- a/source3/modules/vfs_aio_fork.c +++ b/source3/modules/vfs_aio_fork.c @@ -411,6 +411,7 @@ static void handle_aio_completion(struct event_context *event_ctx, child->retval.size); } + aio_ex = (struct aio_extra *)child->aiocb->aio_sigevent.sigev_value.sival_ptr; smbd_aio_complete_aio_ex(aio_ex); } -- cgit