Re: [PATCH v4 4/9] syscalls/fanotify22: Validate the generic error info
From: Petr Vorel <pvorel@suse.cz>
Date: 2021-11-19 19:29:06
Also in:
ltp
From: Petr Vorel <pvorel@suse.cz>
Date: 2021-11-19 19:29:06
Also in:
ltp
...
quoted
-AC_CHECK_TYPES([struct fanotify_event_info_fid, struct fanotify_event_info_header],,,[#include <sys/fanotify.h>]) +AC_CHECK_TYPES([struct fanotify_event_info_fid, struct fanotify_event_info_header, + struct fanotify_event_info_error],[],[],[#include <sys/fanotify.h>])
Doh! it seems like fanotify_event_info_pidfd was dropped between v2 -> v3 in Matthew's patches.
Petr,
Can you please fix this.
Hi Amir, thanks for info, sure I'll fix it on Monday. Kind regards, Petr
Thanks, Amir.