]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: remove get_system_obj_attrs in function RGWDeleteLC::execute and 19582/head
authorBingyin Zhang <zhangbingyin@cloudin.cn>
Sun, 24 Dec 2017 23:07:31 +0000 (07:07 +0800)
committerBingyin Zhang <zhangbingyin@cloudin.cn>
Sun, 24 Dec 2017 23:07:31 +0000 (07:07 +0800)
commitcd4aae74a8ba73825736c6840b3aa64c5e7ef7ff
tree62d0e83ca7811fb412e07abba160bda065db4096
parent9c254f963a666dddc53019694d7de75e4d71c4f6
rgw: remove get_system_obj_attrs in function RGWDeleteLC::execute and
RGWDeleteCORS::execute

* After function init_permissions, the xattr of bucket instance object
* is already in "s->bucket_attrs", so get_system_obj_attrs is redundant
* here.

Signed-off-by: Bingyin Zhang <zhangbingyin@cloudin.cn>
src/rgw/rgw_op.cc