[LTP] [PATCH 1/1] fanotify: Fix for musl
Jan Stancek
jstancek@redhat.com
Sat Nov 16 18:22:57 CET 2019
----- Original Message -----
> FSID_VAL_MEMBER() wrapper was meant to be only for struct
> fanotify_event_info_fid, it was used also for struct event_t
> (which has also __kernel_fsid_t fsid, but shouldn't be redefined).
>
> This caused error on recent musl v1.1.23 (with f67b3c17),
> which has struct fanotify_event_info_fid.
>
> Fixes: 0498fc0a8 ("fanotify: Detect val vs. __val
> fanotify_event_info_fid.fsid member")
>
> Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
If it's needed for __kernel_fsid_t we'll need to come up with better names.
This basically reverts part of previous patch, which looks ok to me.
Acked-by: Jan Stancek <jstancek@redhat.com>
More information about the ltp
mailing list