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

Commit 5c848a42 authored by Daniel Zheng's avatar Daniel Zheng Committed by Automerger Merge Worker
Browse files

Merge "libsnapshot: update cow estimation" into main am: e343580f

parents 5ed85a5e e343580f
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -322,6 +322,7 @@ bool CowWriterV3::WriteOperation(const CowOperationV3& op, const void* data, siz
    if (IsEstimating()) {
    if (IsEstimating()) {
        header_.op_count++;
        header_.op_count++;
        header_.op_count_max++;
        header_.op_count_max++;
        next_data_pos_ += op.data_length;
        return true;
        return true;
    }
    }