From bf90969892411f28ea330611156ddfec5e2e1321 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Thu, 1 Apr 2010 16:47:59 -0700 Subject: Move initialize_async_io_handler() inside of smbd/aio.c. Call from actual aio read or write. No reason to call this globally on startup. Jeremy. --- source3/smbd/process.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'source3/smbd/process.c') diff --git a/source3/smbd/process.c b/source3/smbd/process.c index 40c85d4a62..485439a089 100644 --- a/source3/smbd/process.c +++ b/source3/smbd/process.c @@ -2852,9 +2852,6 @@ void smbd_process(void) if (!init_oplocks(smbd_messaging_context())) exit_server("Failed to init oplocks"); - /* Setup aio signal handler. */ - initialize_async_io_handler(); - /* register our message handlers */ messaging_register(smbd_messaging_context(), NULL, MSG_SMB_FORCE_TDIS, msg_force_tdis); -- cgit