r14877: added support for the kernel inotify mechanism. This passes basic
authorAndrew Tridgell <tridge@samba.org>
Mon, 3 Apr 2006 06:46:55 +0000 (06:46 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:00:11 +0000 (14:00 -0500)
commit6d98076c15e8726606da0a99714cd3382d82f9ac
treeb61ac9e11fe901af7e92c47066dd040a613d4852
parent69e40fa99af88f5cf78409c6ac5ebe8ca611ccb2
r14877: added support for the kernel inotify mechanism. This passes basic
tests, but still needs some more work to ensure we correctly cope with
events that may generate both a system inotify event and a internal
notify event. The system inotify events won't handle recursion, and
don't understand things like streams.

This also adds the ntvfs/sysdep/ directory, which is meant for system
dependent code that is not tied to a particular ntvfs backend. The
inotify code is a good example of that.
(This used to be commit eadadbb44adb3c4081d6ff1d85a9b850a0227059)
source4/configure.in
source4/ntvfs/common/notify.c
source4/ntvfs/config.mk
source4/ntvfs/posix/vfs_posix.c
source4/ntvfs/sysdep/README [new file with mode: 0644]
source4/ntvfs/sysdep/config.m4 [new file with mode: 0644]
source4/ntvfs/sysdep/config.mk [new file with mode: 0644]
source4/ntvfs/sysdep/inotify.c [new file with mode: 0644]
source4/ntvfs/sysdep/sys_notify.c [new file with mode: 0644]
source4/ntvfs/sysdep/sys_notify.h [new file with mode: 0644]