]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: use s->bucket_attrs instead of trying to read obj attrs 3567/head
authorYehuda Sadeh <yehuda@redhat.com>
Sat, 13 Dec 2014 01:07:30 +0000 (17:07 -0800)
committerLoic Dachary <ldachary@redhat.com>
Mon, 2 Feb 2015 14:15:08 +0000 (15:15 +0100)
commit425ee8a07bb8ce12eee124b3c374031f644aa32b
treee9a23c6bd36e536940e3497e54a30bafc7311cde
parent1ccd73a16e1829b5519ec5b83b2554af173ad052
rgw: use s->bucket_attrs instead of trying to read obj attrs

Fixes: #10307
Backport: firefly, giant

This is needed, since we can't really read the bucket attrs by trying to
read the bucket entry point attrs. We already have the bucket attrs
anyway, use these.

Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
(cherry picked from commit 5cf193c8686196d5235889e68cb5ea8f1fc8e556)
src/rgw/rgw_op.cc