]> git.baikalelectronics.ru Git - kernel.git/commit
fsnotify: remove group->mask
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)
commitfc55ffab7a8ebfb296e96932cf2e9262ba6c6403
tree71717ebf944c099af5ab8ea339889665d4b9ef67
parenta07fb833a88e0b5d497f439ad00813f13c46630d
fsnotify: remove group->mask

group->mask is now useless.  It was originally a shortcut for fsnotify to
save on performance.  These checks are now redundant, so we remove them.

Signed-off-by: Eric Paris <eparis@redhat.com>
fs/notify/dnotify/dnotify.c
fs/notify/fanotify/fanotify_user.c
fs/notify/group.c
fs/notify/inotify/inotify_user.c
include/linux/fsnotify_backend.h
kernel/audit_watch.c