-
- Downloads
fsnotify: fsnotify_add_notify_event should return an event
Rather than the horrific void ** argument and such just to pass the
fanotify_merge event back to the caller of fsnotify_add_notify_event() have
those things return an event if it was different than the event suggusted to
be added.
Signed-off-by:
Eric Paris <eparis@redhat.com>
Showing
- fs/notify/fanotify/fanotify.c 46 additions, 57 deletionsfs/notify/fanotify/fanotify.c
- fs/notify/inotify/inotify_fsnotify.c 14 additions, 14 deletionsfs/notify/inotify/inotify_fsnotify.c
- fs/notify/inotify/inotify_user.c 8 additions, 3 deletionsfs/notify/inotify/inotify_user.c
- fs/notify/notification.c 28 additions, 14 deletionsfs/notify/notification.c
- include/linux/fsnotify_backend.h 5 additions, 7 deletionsinclude/linux/fsnotify_backend.h
Loading
Please register or sign in to comment