commit | a12a7dd3284f5644326af1ea53b35030f205dd29 | [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:55 2010 -0400 |
tree | a43423deb6e7111c6c39d65a6ac74152cd9e0b31 | |
parent | 767cd46c332d1360cdbe46ef18d80c3ade06fdc1 [diff] |
fanotify: merge notification events with different masks Instead of just merging fanotify events if they are exactly the same, merge notification events with different masks. To do this we have to clone the old event, update the mask in the new event with the new merged mask, and put the new event in place of the old event. Signed-off-by: Eric Paris <eparis@redhat.com>