summaryrefslogtreecommitdiff
path: root/fs_mgr/libsnapshot/libsnapshot_cow/writer_v3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fs_mgr/libsnapshot/libsnapshot_cow/writer_v3.cpp')
-rw-r--r--fs_mgr/libsnapshot/libsnapshot_cow/writer_v3.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/fs_mgr/libsnapshot/libsnapshot_cow/writer_v3.cpp b/fs_mgr/libsnapshot/libsnapshot_cow/writer_v3.cpp
index de2e52833..765da9b44 100644
--- a/fs_mgr/libsnapshot/libsnapshot_cow/writer_v3.cpp
+++ b/fs_mgr/libsnapshot/libsnapshot_cow/writer_v3.cpp
@@ -214,15 +214,6 @@ bool CowWriterV3::Initialize(std::optional<uint64_t> label) {
return false;
}
}
-
- // TODO: b/322279333
- // Set compression factor to 4k during estimation.
- // Once COW estimator is ready to support variable
- // block size, this check has to be removed.
- if (IsEstimating()) {
- header_.max_compression_size = header_.block_size;
- }
-
return true;
}