smbd: Add direct notify_fam support
authorVolker Lendecke <vl@samba.org>
Thu, 20 Nov 2014 15:30:51 +0000 (15:30 +0000)
committerJeremy Allison <jra@samba.org>
Tue, 7 Jul 2015 21:51:24 +0000 (23:51 +0200)
commit45a2c2ee3f89f66cab0b440f5dc442cc59ebcd79
treeca622cbbaa6d521d10e6670b9fbd7309e1cd98d9
parenta24f0379aca67bf8126878b8a671964d7d936c1c
smbd: Add direct notify_fam support

notifyd won't have the VFS around, it is a systemwide daemon without
a connection to specific shares. To continue FAM support, notifyd
needs to be able to link it directly. This adds code to make fam
equivalent to inotify.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/notify_fam.c [new file with mode: 0644]
source3/smbd/proto.h
source3/wscript_build