Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 672549b7 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 12348750 from 1609e8a8 to 24Q4-release

Change-Id: I874afea40dbd8f1eb9a0e05e242ddb413fa805a7
parents 82fc042a 1609e8a8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -135,7 +135,6 @@ static FstabEntry* LocateFormattableEntry(const std::vector<FstabEntry*>& entrie
  if (entries.empty()) {
    return nullptr;
  }
  const auto& blk_device = entries.front()->blk_device;
  FstabEntry* f2fs_entry = nullptr;
  for (auto&& entry : entries) {
    if (getpagesize() != 4096 && entry->fs_type == "f2fs") {