fanotify: rename struct fanotify_{,perm_}event_info
authorAmir Goldstein <amir73il@gmail.com>
Thu, 10 Jan 2019 17:04:32 +0000 (19:04 +0200)
committerJan Kara <jack@suse.cz>
Wed, 6 Feb 2019 14:25:45 +0000 (15:25 +0100)
commit33913997d5c06781c162952c6e5017131fc5aa19
treec8fbd8ba8a338833008ce6e32929a18fd6f8e223
parenta0a92d261f2922f4b5d2c0a98d6c41a89c7f5edd
fanotify: rename struct fanotify_{,perm_}event_info

struct fanotify_event_info "inherits" from struct fsnotify_event and
therefore a more appropriate (and short) name for it is fanotify_event.
Same for struct fanotify_perm_event_info, which now "inherits" from
struct fanotify_event.

We plan to reuse the name struct fanotify_event_info for user visible
event info record format.

Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/notify/fanotify/fanotify.c
fs/notify/fanotify/fanotify.h
fs/notify/fanotify/fanotify_user.c