[LTP] [PATCH v1] statx/statx04: Skip testing casefolded filesystems

Andrea Cervesato andrea.cervesato@suse.com
Thu Jul 2 13:43:11 CEST 2026


Hi Wei,

this patch is not correct. We need to filter out via `expected_marks`
the unsupported inode attributes only for exfat and vfat, not blindly
TBROK when casefolder attributes are supported.

   if (!strcmp(tst_device->fs_type, "vfat") || !strcmp(tst_device->fs_type, "exfat"))
       expected_mask &= ~(STATX_ATTR_APPEND | STATX_ATTR_IMMUTABLE | STATX_ATTR_NODUMP);

Regards,
--
Andrea Cervesato
SUSE QE Automation Engineer Linux
andrea.cervesato@suse.com


More information about the ltp mailing list