Commit 3a9b16b4 authored by Eric Paris's avatar Eric Paris
Browse files

fsnotify: send fsnotify_mark to groups in event handling functions



With the change of fsnotify to use srcu walking the marks list instead of
walking the global groups list we now know the mark in question.  The code can
send the mark to the group's handling functions and the groups won't have to
find those marks themselves.

Signed-off-by: default avatarEric Paris <eparis@redhat.com>
parent 8778abb9
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment