commit | 767cd46c332d1360cdbe46ef18d80c3ade06fdc1 | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Thu Dec 17 21:24:25 2009 -0500 |
committer | Eric Paris <eparis@redhat.com> | Wed Jul 28 09:58:54 2010 -0400 |
tree | e3868f28587ca44efd10b30aa4230ff54d09f567 | |
parent | ff0b16a9850e8a240ad59e10b0a1291a8fcf7cbc [diff] |
fanotify:drop notification if they exist in the outgoing queue 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>