summaryrefslogtreecommitdiff
path: root/source3/smbd/process.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2010-04-01 16:47:59 -0700
committerJeremy Allison <jra@samba.org>2010-04-01 16:47:59 -0700
commitbf90969892411f28ea330611156ddfec5e2e1321 (patch)
tree96da5d225ee9a1b4094e1a635a5101d4e86fa0d0 /source3/smbd/process.c
parentb6aabcd628f3af1302a03af8cde15baa8d1f2905 (diff)
downloadsamba-bf90969892411f28ea330611156ddfec5e2e1321.tar.gz
samba-bf90969892411f28ea330611156ddfec5e2e1321.tar.bz2
samba-bf90969892411f28ea330611156ddfec5e2e1321.zip
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.
Diffstat (limited to 'source3/smbd/process.c')
-rw-r--r--source3/smbd/process.c3
1 files changed, 0 insertions, 3 deletions
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);