commit | e343580f72a063f2f080ae7c53aeb19c0ca9b457 | [log] [tgz] |
---|---|---|
author | Daniel Zheng <zhengdaniel@google.com> | Mon Nov 13 18:13:09 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Nov 13 18:13:09 2023 +0000 |
tree | 95793eecb785120523944721f2b8d0a4add40fe3 | |
parent | a4f80e5ca3387a30dbd6b9917f0bac7b0c0e50f3 [diff] | |
parent | 79a68a934b63e4dd5b6f6dd2c902811382a6d0f5 [diff] |
Merge "libsnapshot: update cow estimation" into main
diff --git a/fs_mgr/libsnapshot/libsnapshot_cow/writer_v3.cpp b/fs_mgr/libsnapshot/libsnapshot_cow/writer_v3.cpp index 876a45d..89fd903 100644 --- a/fs_mgr/libsnapshot/libsnapshot_cow/writer_v3.cpp +++ b/fs_mgr/libsnapshot/libsnapshot_cow/writer_v3.cpp
@@ -322,6 +322,7 @@ if (IsEstimating()) { header_.op_count++; header_.op_count_max++; + next_data_pos_ += op.data_length; return true; }