Re: Use of kqueue/kevent NOTE_EXTEND fflag in VFS

2007-02-07 Thread Florent Thoumie
Ali Mashtizadeh wrote: > I saw in the past several people have asked if theres a way to monitor all > file operations (not limited to a set of Vnodes). Is this likely to be > implemented any time soon? Or is there a good alternative? If I understand correctly what you're looking for, then you want

Re: Use of kqueue/kevent NOTE_EXTEND fflag in VFS

2007-02-06 Thread Ali Mashtizadeh
I saw in the past several people have asked if theres a way to monitor all file operations (not limited to a set of Vnodes). Is this likely to be implemented any time soon? Or is there a good alternative? On 2/6/07, Florent Thoumie <[EMAIL PROTECTED]> wrote: I'd like to use NOTE_EXTEND in the f

Use of kqueue/kevent NOTE_EXTEND fflag in VFS

2007-02-06 Thread Florent Thoumie
I'd like to use NOTE_EXTEND in the following cases: create, link, mkdir, mknod, rename, symlink for the parent vnode or the destination parent vnode (in the rename case). The rationale is that there's no way (or I don't see it) to know if a file/directory is removed or created when monitoring a di