r14920: allow a notify backend to separately specify if it has handled the
authorAndrew Tridgell <tridge@samba.org>
Wed, 5 Apr 2006 05:54:10 +0000 (05:54 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:00:17 +0000 (14:00 -0500)
commit416d7b421001d00c4d494fceb4f2d0ab3e30cfaf
tree5551bf9f5e19d758417dff28b6b80fea16ad7b0c
parentbacf1152fc711560ed141fa8e6e470cbd9de6efc
r14920: allow a notify backend to separately specify if it has handled the
given mask for the current directory and sub-directories. This allows
us to setup the less efficient internal handling for subdirectories,
while using the kernel inotify service for the current directory if
available. It also allows inotify to handle only some of the filter
bits, leaving the other filter bits for the user space handler.
(This used to be commit 7c3d989fa44c7f57853a825337159f476d7dff80)
source4/ntvfs/common/notify.c
source4/ntvfs/posix/pvfs_notify.c
source4/ntvfs/sysdep/inotify.c
source4/ntvfs/sysdep/sys_notify.c
source4/ntvfs/sysdep/sys_notify.h