[LTP] [PATCH v4 0/9] Test the new fanotify FAN_FS_ERROR event
Petr Vorel
pvorel@suse.cz
Mon Nov 22 08:47:41 CET 2021
Hi all,
<snip>
> Hi Amir,
> I have pushed v4 to :
> https://gitlab.collabora.com/krisman/ltp.git -b fan-fs-error_v4
FYI I've rebased it on my fix 3b2ea2e00 ("configure.ac: Add struct
fanotify_event_info_pidfd check")
https://github.com/linux-test-project/ltp.git -b gertazi/fanotify21.v4.fixes
diff to krisman/fan-fs-error_v4:
diff --git configure.ac configure.ac
index a9dc25249..d25183368 100644
--- configure.ac
+++ configure.ac
@@ -160,8 +160,8 @@ AC_CHECK_MEMBERS([struct utsname.domainname],,,[
AC_CHECK_TYPES([enum kcmp_type],,,[#include <linux/kcmp.h>])
AC_CHECK_TYPES([struct acct_v3],,,[#include <sys/acct.h>])
AC_CHECK_TYPES([struct af_alg_iv, struct sockaddr_alg],,,[# include <linux/if_alg.h>])
-AC_CHECK_TYPES([struct fanotify_event_info_fid, struct fanotify_event_info_header,
- struct fanotify_event_info_error],[],[],[#include <sys/fanotify.h>])
+AC_CHECK_TYPES([struct fanotify_event_info_fid, struct fanotify_event_info_error,
+ struct fanotify_event_info_header, struct fanotify_event_info_pidfd],,,[#include <sys/fanotify.h>])
AC_CHECK_TYPES([struct file_dedupe_range],,,[#include <linux/fs.h>])
AC_CHECK_TYPES([struct file_handle],,,[
Kind regards,
Petr
More information about the ltp
mailing list