All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH] Ignore ntfs file system
@ 2021-04-25  3:04 zhanglianjie
  2021-04-26 19:25 ` Petr Vorel
  0 siblings, 1 reply; 6+ messages in thread
From: zhanglianjie @ 2021-04-25  3:04 UTC (permalink / raw)
  To: ltp

If the fuse file system is ignored and the kernel enable CONFIG_NTFS_FS,
then the mount.ntfs of fuse is used when mounting ntfs,
which is equivalent to not ignoring the fuse file system.

Signed-off-by: zhanglianjie <zhanglianjie@uniontech.com>
---
 testcases/kernel/syscalls/sync_file_range/sync_file_range02.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/testcases/kernel/syscalls/sync_file_range/sync_file_range02.c b/testcases/kernel/syscalls/sync_file_range/sync_file_range02.c
index d9a8eec31..f9693089b 100644
--- a/testcases/kernel/syscalls/sync_file_range/sync_file_range02.c
+++ b/testcases/kernel/syscalls/sync_file_range/sync_file_range02.c
@@ -123,6 +123,7 @@ static struct tst_test test = {
 	.all_filesystems = 1,
 	.skip_filesystems = (const char *const []){
 		"fuse",
+		"ntfs",
 		"tmpfs",
 		NULL
 	},
--
2.20.1




^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-04-27 19:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-25  3:04 [LTP] [PATCH] Ignore ntfs file system zhanglianjie
2021-04-26 19:25 ` Petr Vorel
2021-04-27 12:25   ` zhanglianjie
2021-04-27 13:27     ` Petr Vorel
2021-04-27 14:36       ` zhanglianjie
2021-04-27 19:14         ` Petr Vorel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.