]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: use s->bucket_attrs instead of trying to read obj attrs 3568/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:20:01 +0000 (15:20 +0100)
commita5cb39cbb6aee869b92ac20975b5c80a01210b63
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