]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: fix some list buckets handle leak 34986/head
authorTianshan Qu <tianshan@xsky.com>
Wed, 21 Aug 2019 04:33:37 +0000 (12:33 +0800)
committerNathan Cutler <ncutler@suse.com>
Mon, 11 May 2020 17:51:00 +0000 (19:51 +0200)
commitae2800c853dfc0dcd965cf34103672eb99238683
tree98f5729cccf33aa6d1d1b5e46d094e87f4ed03fc
parent7f93f855492054113563e42d3e3747ca3eb1455a
rgw: fix some list buckets handle leak

Fixes: https://tracker.ceph.com/issues/44283
Signed-off-by: Tianshan Qu <tianshan@xsky.com>
(cherry picked from commit 8955ca2c0c804f6c43bb33c97bbe263bac1cc36d)

Conflicts:
    src/rgw/rgw_bucket.cc
- changed two instances of "store->ctl()->meta.mgr->" to "store->meta_mgr->"
  to align with nautilus usage
src/rgw/rgw_bucket.cc