]> bbs.cooldavid.org Git - net-next-2.6.git/commit
fanotify: use the mark in handler functions
authorEric Paris <eparis@redhat.com>
Wed, 28 Jul 2010 14:18:38 +0000 (10:18 -0400)
committerEric Paris <eparis@redhat.com>
Wed, 28 Jul 2010 14:18:53 +0000 (10:18 -0400)
commit0215054f377ce5ac4ffc27b26b13b3f10e6410e6
treea736317ce8ad2aa1d272a482179f8c0ddc062ae7
parent4cd76a47924cd966799402d0f2bba356cde5c1b3
fanotify: use the mark in handler functions

fanotify now gets a mark in the should_send_event and handle_event
functions.  Rather than look up the mark themselves fanotify should just use
the mark it was handed.

Signed-off-by: Eric Paris <eparis@redhat.com>
fs/notify/fanotify/fanotify.c