mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
basic: f2fs can do discard
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user