s3: Move the notify_ctx to the smbd_server_connection
commitf3fe53668f5f42123ab4d91de23ac4f16bf12733
authorVolker Lendecke <vl@samba.org>
Wed, 21 Mar 2012 11:18:09 +0000 (21 12:18 +0100)
committerVolker Lendecke <vl@samba.org>
Wed, 21 Mar 2012 13:26:06 +0000 (21 14:26 +0100)
tree4a8d95b4c44e5424f20558669895ea1745e69f26
parent7dcc2bf7af10c6bf5f714b43ca81083fa1bea0b9
s3: Move the notify_ctx to the smbd_server_connection

We only need one notify_ctx per smbd. The notify_array can become quite large.
It's based on absolute paths, so there's no point in having a copy of the
complete array in memory multiple times.

Autobuild-User: Volker Lendecke <vl@samba.org>
Autobuild-Date: Wed Mar 21 14:26:07 CET 2012 on sn-devel-104
source3/include/smb.h
source3/smbd/files.c
source3/smbd/globals.h
source3/smbd/notify.c
source3/smbd/service.c