From: Pritha Srivastava Date: Thu, 7 Aug 2025 05:09:10 +0000 (+0530) Subject: rgw/d4n: comment to suppress false positive X-Git-Tag: v21.0.0~50^2~139^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=28c99a3f5feabc0d256e14d86ef1bf3452a91f0d;p=ceph.git rgw/d4n: comment to suppress false positive flagged by coverity Signed-off-by: Pritha Srivastava --- diff --git a/src/rgw/rgw_ssd_driver.cc b/src/rgw/rgw_ssd_driver.cc index 37f3d308bdb5..51b7007d6cee 100644 --- a/src/rgw/rgw_ssd_driver.cc +++ b/src/rgw/rgw_ssd_driver.cc @@ -516,6 +516,7 @@ auto SSDDriver::get_async(const DoutPrefixProvider *dpp, const Executor& ex, con auto ec = boost::system::error_code{-ret, boost::system::system_category()}; ceph::async::post(std::move(p), ec, bufferlist{}); } else { + // coverity[leaked_storage:SUPPRESS] (void)p.release(); } }, token, dpp, ex, key, read_ofs, read_len);