]> bbs.cooldavid.org Git - net-next-2.6.git/commit
fanotify: use merge argument to determine actual event added to queue
authorEric Paris <eparis@redhat.com>
Fri, 18 Dec 2009 02:24:34 +0000 (21:24 -0500)
committerEric Paris <eparis@redhat.com>
Wed, 28 Jul 2010 13:59:01 +0000 (09:59 -0400)
commit43ed7e16a8b47059d7f6ff67ba76f383a2421de3
treebe4efb3c2241572ab3954b86e287c9e7d58a5e7e
parent6e5f77b32e9097a8a68a8d453799676cacf70cad
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>
fs/notify/fanotify/fanotify.c