Loading fs_mgr/libsnapshot/libsnapshot_cow/writer_v3.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -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; } Loading Loading
fs_mgr/libsnapshot/libsnapshot_cow/writer_v3.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -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; } Loading