commit | 43ed7e16a8b47059d7f6ff67ba76f383a2421de3 | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Thu Dec 17 21:24:34 2009 -0500 |
committer | Eric Paris <eparis@redhat.com> | Wed Jul 28 09:59:01 2010 -0400 |
tree | be4efb3c2241572ab3954b86e287c9e7d58a5e7e | |
parent | 6e5f77b32e9097a8a68a8d453799676cacf70cad [diff] |
fanotify: use merge argument to determine actual event added to queue fanotify needs to know the actual event added to queues so it can be correctly checked for return values from userspace. To do this we need to pass that information from the merger code back to the main even handling routine. Currently that information is unused, but it will be. Signed-off-by: Eric Paris <eparis@redhat.com>