mirror of
https://github.com/torvalds/linux.git
synced 2024-12-09 12:41:33 +00:00
767cd46c33
fanotify listeners get an open file descriptor to the object in question so the ordering of operations is not as important as in other notification systems. inotify will drop events if the last event in the event FIFO is the same as the current event. This patch will drop fanotify events if they are the same as another event anywhere in the event FIFO. Signed-off-by: Eric Paris <eparis@redhat.com> |
||
---|---|---|
.. | ||
fanotify.c | ||
fanotify.h | ||
Kconfig | ||
Makefile |