]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: distribute() takes RGWCacheNotifyInfo
authorAdam C. Emerson <aemerson@redhat.com>
Wed, 7 Jul 2021 22:47:00 +0000 (18:47 -0400)
committerAdam C. Emerson <aemerson@redhat.com>
Wed, 14 Jul 2021 16:44:11 +0000 (12:44 -0400)
commit7f952ad80114096322f202ba58279aaa4a002313
tree552710f62327a58559b6982bedb24d4a28f35cfc
parenta0bbdb77258fa892a53425273b8909c7e751fb96
rgw: distribute() takes RGWCacheNotifyInfo

So we don't have to parse the bufferlist back out to find what object
to throw out of the cache.

Fixes: https://tracker.ceph.com/issues/51674
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
src/rgw/rgw_cache.h
src/rgw/services/svc_notify.cc
src/rgw/services/svc_notify.h
src/rgw/services/svc_sys_obj_cache.cc