Use FsType::ExFat on non-Linux, so that Rust won't complain (#8186)

This commit is contained in:
Roman Titov
2026-03-26 16:52:29 +01:00
committed by generall
parent 0be340cdd2
commit 05aded71c8
+1
View File
@@ -84,6 +84,7 @@ impl FsType {
"xfs" => Self::Xfs,
"ntfs" => Self::Ntfs,
"fat" | "fat12" | "fat16" | "fat32" => Self::Fat,
"exfat" => Self::ExFat,
"nfs" => Self::Nfs,
"hfs" | "htf+" => Self::Hfs,
"apfs" => Self::Apfs,