mbox series

[0/6,v2] fanotify: Make feature tests operate against tested path

Message ID 20231129114617.12660-1-jack@suse.cz
Headers show
Series fanotify: Make feature tests operate against tested path | expand

Message

Jan Kara Nov. 29, 2023, 11:54 a.m. UTC
Hello,

some of the fanotify features are not available across all filesystems. Thus
depending on which path is used for placing fanotify mark the feature may or
may not be available. This leads to test failures when some feature is
supported in tmpdir but not on the tested filesystem. Convert all of the
fanotify feature tests to be performed on the path actually being used for
testing.

								Honza