]> git.baikalelectronics.ru Git - kernel.git/commit
fanotify: use both marks when possible
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:55 +0000 (10:18 -0400)
commit3212034b909514f0b941846379eef82d473b8c09
treebcf13b98fda519c240e89cae3de95fc7d9ece715
parent7aee3ee1ee65d1bbb55d5645e0e1102e42d40490
fanotify: use both marks when possible

fanotify currently, when given a vfsmount_mark will look up (if it exists)
the corresponding inode mark.  This patch drops that lookup and uses the
mark provided.

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