]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw/services: don't expose RGWServices::notify 66522/head
authorCasey Bodley <cbodley@redhat.com>
Tue, 7 Oct 2025 16:09:11 +0000 (12:09 -0400)
committerCasey Bodley <cbodley@redhat.com>
Thu, 21 May 2026 15:38:33 +0000 (11:38 -0400)
commit80920c2f96218a7bbff7cbb1be7ddec8f36d6ae1
tree68b359d3b3e9ef4baa439aea9514a707fd5efe64
parent9cab03d8fb9491beaecae5c7a2c216e8e7636dff
rgw/services: don't expose RGWServices::notify

RGWSI_Notify is only used internally by RGWSI_SysObj_Cache where the
dependency is injected to RGWSI_SysObj_Cache::init(). there's no need to
expose a pointer to RGWSI_Notify to the rest of the application,
especially now that it can be a nullptr

Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit dfc379ccf31cb2b4a68d123af8af70b7aae0b377)
src/rgw/driver/rados/rgw_service.cc
src/rgw/driver/rados/rgw_service.h