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

Commit 8e6da481 authored by Martijn Coenen's avatar Martijn Coenen Committed by android-build-merger
Browse files

Merge "Fix bug that would prevent us from reserving right amount of space."...

Merge "Fix bug that would prevent us from reserving right amount of space." into qt-dev am: 122bf2ae
am: 6a32b61e

Change-Id: I02a8a037684dff47e886b1161062bd4603daf52b
parents 67ec5c0b 6a32b61e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -390,7 +390,7 @@ static void tune_quota(const std::string& blk_device, const FstabEntry& entry,
// Set the number of reserved filesystem blocks if needed.
static void tune_reserved_size(const std::string& blk_device, const FstabEntry& entry,
                               const struct ext4_super_block* sb, int* fs_stat) {
    if (entry.reserved_size != 0) {
    if (entry.reserved_size == 0) {
        return;
    }