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;
     }