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

Commit e343580f authored by Daniel Zheng's avatar Daniel Zheng Committed by Gerrit Code Review
Browse files

Merge "libsnapshot: update cow estimation" into main

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