]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: use s->bucket_attrs instead of trying to read obj attrs 3167/head
authorYehuda Sadeh <yehuda@redhat.com>
Sat, 13 Dec 2014 01:07:30 +0000 (17:07 -0800)
committerYehuda Sadeh <yehuda@redhat.com>
Sat, 13 Dec 2014 01:15:33 +0000 (17:15 -0800)
commit5cf193c8686196d5235889e68cb5ea8f1fc8e556
tree89bc12faa2b22b89c3e80c095bcdb0ed00984d2e
parent8b195eccadbd4d48518e33e08670b25527c3ca23
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>
src/rgw/rgw_op.cc