From: Eric Paris Date: Fri, 18 Dec 2009 02:24:25 +0000 (-0500) Subject: fanotify:drop notification if they exist in the outgoing queue X-Git-Tag: v2.6.36-rc1~303^2~82 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=767cd46c332d1360cdbe46ef18d80c3ade06fdc1;p=pandora-kernel.git 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 --- Reading git-diff-tree failed