]> 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
authorYehuda Sadeh <yehuda@redhat.com>
Sat, 13 Dec 2014 01:07:30 +0000 (17:07 -0800)
committerYehuda Sadeh <yehuda@redhat.com>
Wed, 14 Jan 2015 23:51:45 +0000 (15:51 -0800)
commitfd49cbc535d0d7fa64ebfa458386b47c8ec8616e
tree11d7a05ded6403e08088336cc88e5865f114649c
parent79bfffb55a0b3a302368e34417d62f74b82dc224
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