]> bbs.cooldavid.org Git - net-next-2.6.git/commit
fsnotify: remove global fsnotify groups lists
authorEric Paris <eparis@redhat.com>
Wed, 28 Jul 2010 14:18:39 +0000 (10:18 -0400)
committerEric Paris <eparis@redhat.com>
Wed, 28 Jul 2010 14:18:54 +0000 (10:18 -0400)
commit02436668d98385f5b5d9ffb695a37dadf98ed8a8
treee0e37328a9ba5c0af49903114fffd82f2141180d
parent43709a288ed03aa0e2979ab63dd089b3889645c4
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>
fs/notify/fsnotify.c
fs/notify/fsnotify.h
fs/notify/group.c
fs/notify/mark.c
include/linux/fsnotify_backend.h