fsnotify: switch send_to_group() and ->handle_event to const struct qstr *
authorAl Viro <viro@zeniv.linux.org.uk>
Fri, 26 Apr 2019 17:51:03 +0000 (13:51 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 26 Apr 2019 17:51:03 +0000 (13:51 -0400)
commite43e9c339a78a0978f4ce473f645cedc05e6a57c
tree1c9ec4b07f5c6e734c749ff1ed1e1055b35ef466
parent25b229dff4ffffd0fad2dd409faf1e2ae4d94866
fsnotify: switch send_to_group() and ->handle_event to const struct qstr *

note that conditions surrounding accesses to dname in audit_watch_handle_event()
and audit_mark_handle_event() guarantee that dname won't have been NULL.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/notify/dnotify/dnotify.c
fs/notify/fanotify/fanotify.c
fs/notify/fsnotify.c
fs/notify/inotify/inotify.h
fs/notify/inotify/inotify_fsnotify.c
include/linux/fsnotify_backend.h
kernel/audit_fsnotify.c
kernel/audit_tree.c
kernel/audit_watch.c