]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw/d4n: comment to suppress false positive 63921/head
authorPritha Srivastava <prsrivas@redhat.com>
Thu, 7 Aug 2025 05:09:10 +0000 (10:39 +0530)
committerPritha Srivastava <prsrivas@redhat.com>
Tue, 26 Aug 2025 04:18:05 +0000 (09:48 +0530)
flagged by coverity

Signed-off-by: Pritha Srivastava <prsrivas@redhat.com>
src/rgw/rgw_ssd_driver.cc

index 37f3d308bdb5ca07307a81d249d91be2058fcc3b..51b7007d6cee4385aaf3376372f1adf0ec18f19d 100644 (file)
@@ -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);