basic: f2fs can do discard

This commit is contained in:
Zbigniew Jędrzejewski-Szmek
2021-11-16 12:32:07 +01:00
parent 30741d6cca
commit fb40b13165

View File

@@ -420,6 +420,7 @@ bool fstype_is_ro(const char *fstype) {
bool fstype_can_discard(const char *fstype) {
return STR_IN_SET(fstype,
"btrfs",
"f2fs",
"ext4",
"vfat",
"xfs");