]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: Fix compilation issue with clang on centos 62780/head
authorAlex Ainscow <aainscow@uk.ibm.com>
Fri, 11 Apr 2025 09:41:37 +0000 (10:41 +0100)
committerAlex Ainscow <aainscow@uk.ibm.com>
Fri, 11 Apr 2025 09:46:32 +0000 (10:46 +0100)
commitfc081f175969f6c6e551b989ea61092f2a2fcf3e
tree14ca8ce71c2e168e1ccf8c11a7b34124ad73382f
parent5307f7abde8d8596862ac91f75d748916fec23c2
rgw: Fix compilation issue with clang on centos

We are getting a compilation issue with accessing an incomplete type.

This fix moves some code around to avoid this issue.

I don't fully understand why we don't see this issue everywhere!

Signed-off-by: Alex Ainscow <aainscow@uk.ibm.com>
src/rgw/services/svc_notify.cc