[LTP] [PATCH] tst_fs_type_name(): Add VFAT support
Martin Doucha
mdoucha@suse.cz
Wed Sep 21 17:50:17 CEST 2022
Signed-off-by: Martin Doucha <mdoucha@suse.cz>
---
lib/tst_fs_type.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/lib/tst_fs_type.c b/lib/tst_fs_type.c
index 78944efcf..d9c9c0817 100644
--- a/lib/tst_fs_type.c
+++ b/lib/tst_fs_type.c
@@ -68,6 +68,8 @@ const char *tst_fs_type_name(long f_type)
return "overlayfs";
case TST_FUSE_MAGIC:
return "fuse";
+ case TST_VFAT_MAGIC:
+ return "vfat";
case TST_EXFAT_MAGIC:
return "exfat";
default:
--
2.37.3
More information about the ltp
mailing list