mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 17:06:39 +09: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