]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw/services: don't expose RGWServices::notify 65775/head
authorCasey Bodley <cbodley@redhat.com>
Tue, 7 Oct 2025 16:09:11 +0000 (12:09 -0400)
committerCasey Bodley <cbodley@redhat.com>
Thu, 9 Oct 2025 15:00:47 +0000 (11:00 -0400)
commitdfc379ccf31cb2b4a68d123af8af70b7aae0b377
treedd15c3969b38d740af39d691a5ab34d997fa89eb
parent3b7b7dae9b76a0666d47302f031a305604eeddc4
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>
src/rgw/driver/rados/rgw_service.cc
src/rgw/driver/rados/rgw_service.h