[LTP] [RFC PATCH v1 0/2] Fix NTFS-related failures in statmount02 and

Jan Polensky japo@linux.ibm.com
Tue May 13 18:56:38 CEST 2025


This patch series addresses two issues in the LTP statmount tests related to
incorrect assumptions about NTFS mounts via FUSE. Both issues stem from
FUSE-based mounting behavior, where the save_mount logic does not respect the
MS_RDONLY flag and reports the filesystem type as fuseblk instead of ntfs.

Jan Polensky (2):
  safe_macros.c: Fix missing ro flag for FUSE NTFS mounts
  statmount06.c: Fix incorrect fs_type assumption NTFS->FUSEBLK

 lib/safe_macros.c                                 | 9 +++++++--
 testcases/kernel/syscalls/statmount/statmount06.c | 8 +++++++-
 2 files changed, 14 insertions(+), 3 deletions(-)

--
2.49.0



More information about the ltp mailing list