public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH] tst_fs_type_name(): Add VFAT support
@ 2022-09-21 15:50 Martin Doucha
  2022-09-22  3:55 ` Li Wang
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Doucha @ 2022-09-21 15:50 UTC (permalink / raw)
  To: ltp

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


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

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

end of thread, other threads:[~2022-09-22  7:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-21 15:50 [LTP] [PATCH] tst_fs_type_name(): Add VFAT support Martin Doucha
2022-09-22  3:55 ` Li Wang
2022-09-22  7:12   ` Petr Vorel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox