The fanotify API - corrections
The fanotify API - corrections
Posted Jul 10, 2009 23:53 UTC (Fri) by efexis (guest, #26355)In reply to: The fanotify API - corrections by jlokier
Parent article: The fanotify API
Also, the fact that inotify and dnotify code can be dropped from the kernel and replaced by slim wrappers around these calls instead makes sense from a code tidying/maintenance point of view. If you really think that inotify is the interface you want to use, but want it to be able to watch entire sections of the filesystem (a 'recurse' flag), then as inotify will become a wrapper around this interface that will allow you to do it, it's really not going to be hard for you to add that feature to it.
