summaryrefslogtreecommitdiff
path: root/source3/smbd/notify_fam.c
Commit message (Collapse)AuthorAgeFilesLines
* smbd: Allow passing notify filter from inotify and famChristof Schmitt2016-07-181-3/+5
| | | | | | | | This only adds a parameter to the callback without any functional change. Signed-off-by: Christof Schmitt <cs@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
* smbd: fix build with FAM supportRalph Boehme2016-02-141-1/+1
| | | | | | | | | | | Rename _fam_watch() to fam_watch(). I don't see a reason why this should be prefixed with an underscore. It's also inline with the corresponding inotify function inotify_watch(). Bug: https://bugzilla.samba.org/show_bug.cgi?id=11733 Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
* smbd: Add direct notify_fam supportVolker Lendecke2015-07-071-0/+305
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>