From: chunmei-liu Date: Tue, 11 May 2021 01:27:40 +0000 (-0700) Subject: crimson/seastore: fix decode build error in journal.cc X-Git-Tag: v17.1.0~1978^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=3f598d9086ea27f3ab6d2d48886671b1aba50cd3;p=ceph-ci.git crimson/seastore: fix decode build error in journal.cc Signed-off-by: chunmei-liu --- diff --git a/src/crimson/os/seastore/journal.cc b/src/crimson/os/seastore/journal.cc index 4482193981f..0c852cab64b 100644 --- a/src/crimson/os/seastore/journal.cc +++ b/src/crimson/os/seastore/journal.cc @@ -160,7 +160,7 @@ bool Journal::validate_metadata(const bufferlist &bl) ceph::encoded_sizeof_bounded(), -1); ceph_le32 recorded_crc_le; - ::decode(recorded_crc_le, bliter); + decode(recorded_crc_le, bliter); uint32_t recorded_crc = recorded_crc_le; test_crc = bliter.crc32c( bliter.get_remaining(),