commit | 02436668d98385f5b5d9ffb695a37dadf98ed8a8 | [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:54 2010 -0400 |
tree | e0e37328a9ba5c0af49903114fffd82f2141180d | |
parent | 43709a288ed03aa0e2979ab63dd089b3889645c4 [diff] |
fsnotify: remove global fsnotify groups lists The global fsnotify groups lists were invented as a way to increase the performance of fsnotify by shortcutting events which were not interesting. With the changes to walk the object lists rather than global groups lists these shortcuts are not useful. Signed-off-by: Eric Paris <eparis@redhat.com>