From: Fabian Frederick Date: Tue, 12 May 2020 18:18:36 +0000 (+0200) Subject: fanotify: remove reference to fill_event_metadata() X-Git-Tag: v5.10.7~2451^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c5e443cb7b6ce6c6a5f49640359f6e834d6a6ed4;p=platform%2Fkernel%2Flinux-rpi.git fanotify: remove reference to fill_event_metadata() fill_event_metadata() was removed in commit bb2f7b4542c7 ("fanotify: open code fill_event_metadata()") Link: https://lore.kernel.org/r/20200512181836.405879-1-fabf@skynet.be Signed-off-by: Fabian Frederick Reviewed-by: Amir Goldstein Signed-off-by: Jan Kara --- diff --git a/fs/notify/fanotify/fanotify_user.c b/fs/notify/fanotify/fanotify_user.c index 42cb794..02a314a 100644 --- a/fs/notify/fanotify/fanotify_user.c +++ b/fs/notify/fanotify/fanotify_user.c @@ -328,7 +328,7 @@ static ssize_t copy_event_to_user(struct fsnotify_group *group, ret = -EFAULT; /* * Sanity check copy size in case get_one_event() and - * fill_event_metadata() event_len sizes ever get out of sync. + * event_len sizes ever get out of sync. */ if (WARN_ON_ONCE(metadata.event_len > count)) goto out_close_fd;