fsnotify: rename event handling functions
Rename fsnotify_add_notify_event() to fsnotify_add_event() since the "notify" part is duplicit. Rename fsnotify_remove_notify_event() and fsnotify_peek_notify_event() to fsnotify_remove_first_event() and fsnotify_peek_first_event() respectively since "notify" part is duplicit and they really look at the first event in the queue. [akpm@linux-foundation.org: coding-style fixes] Signed-off-by:Jan Kara <jack@suse.cz> Cc: Eric Paris <eparis@redhat.com> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
Showing
- fs/notify/fanotify/fanotify.c 1 addition, 1 deletionfs/notify/fanotify/fanotify.c
- fs/notify/fanotify/fanotify_user.c 1 addition, 1 deletionfs/notify/fanotify/fanotify_user.c
- fs/notify/inotify/inotify_fsnotify.c 1 addition, 1 deletionfs/notify/inotify/inotify_fsnotify.c
- fs/notify/inotify/inotify_user.c 2 additions, 2 deletionsfs/notify/inotify/inotify_user.c
- fs/notify/notification.c 10 additions, 9 deletionsfs/notify/notification.c
- include/linux/fsnotify_backend.h 6 additions, 6 deletionsinclude/linux/fsnotify_backend.h
Loading
Please register or sign in to comment