commit | 2612abb51b11ffd2d75c472b11178115f5808909 | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Wed Jul 28 10:18:39 2010 -0400 |
committer | Eric Paris <eparis@redhat.com> | Wed Jul 28 10:18:53 2010 -0400 |
tree | 5657a07a347984cc1f34117d7ef88af73ea12b60 | |
parent | 0215054f377ce5ac4ffc27b26b13b3f10e6410e6 [diff] |
fsnotify: cleanup should_send_event The change to use srcu and walk the object list rather than the global fsnotify_group list means that should_send_event is no longer needed for a number of groups and can be simplified for others. Do that. Signed-off-by: Eric Paris <eparis@redhat.com>