From: myoungwon oh Date: Tue, 18 Aug 2020 12:40:35 +0000 (+0900) Subject: osd: remove dead code X-Git-Tag: v16.1.0~1248^2~30 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=418f18f089b826fe8e1ddc3da907a7cb1b9a873c;p=ceph.git osd: remove dead code the code is no longer useful Signed-off-by: Myoungwon Oh --- diff --git a/src/osd/PrimaryLogPG.cc b/src/osd/PrimaryLogPG.cc index 72cf1c86109..63d3bffe295 100644 --- a/src/osd/PrimaryLogPG.cc +++ b/src/osd/PrimaryLogPG.cc @@ -7022,9 +7022,6 @@ int PrimaryLogPG::do_osd_ops(OpContext *ctx, vector& ops) goto fail; } } - if (!oi.manifest.is_chunked()) { - oi.manifest.clear(); - } pg_t raw_pg; chunk_info_t chunk_info;