]> bbs.cooldavid.org Git - net-next-2.6.git/commit
inotify: 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:52 +0000 (10:18 -0400)
commit7f6b6117e1803777fcf48fe31bd236a7fbf740db
treee86b8bd3a16155447a215a758960092021006311
parent3a9b16b407f10b2a771bcae13fb5791e527d6bcf
inotify: use the mark in handler functions

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

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