Hi Daniel. On Wed, Jan 07, 2009 at 06:50:59PM -0800, Daniel Phillips (phillips@xxxxxxxxx) wrote: > Suppose a file delete event is sent, the external indexer dutifully > deletes its index entry for the file, then the machine crashes without > completing the delete transaction. On reboot, the file still exists > but it has leaked from the index. Ideas? Sending delete event when delete is completed? > > There was an extension to inotify posted a few months ago to do this. > > Additional events when something becomes persistent. > > Do you have a pointer? Somthing like that http://lkml.org/lkml/2008/11/25/272 As of VFS s file-system indexer: what if vfs could provide an interface to the lower-level FS to get the event flow which could be used by the userspace the same way it reads the file, and if no such operation is upported by the filesystem falback to the whole dir rescan... -- Evgeniy Polyakov -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html