From: Jiaying Ren Date: Wed, 18 Oct 2017 04:32:24 +0000 (+0800) Subject: rgw: drop misplaced&outdated func doc X-Git-Tag: v13.0.1~526^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f7318f67f0d2ddde75579a591a29d6be1f32b7e7;p=ceph.git rgw: drop misplaced&outdated func doc Signed-off-by: Jiaying Ren --- diff --git a/src/rgw/rgw_rados.cc b/src/rgw/rgw_rados.cc index 27f313110db..f4618b45296 100644 --- a/src/rgw/rgw_rados.cc +++ b/src/rgw/rgw_rados.cc @@ -6756,18 +6756,6 @@ int RGWRados::swift_versioning_restore(RGWObjectCtx& obj_ctx, handler); } -/** - * Write/overwrite an object to the bucket storage. - * bucket: the bucket to store the object in - * obj: the object name/key - * data: the object contents/value - * size: the amount of data to write (data must be this long) - * accounted_size: original size of data before compression, encryption - * mtime: if non-NULL, writes the given mtime to the bucket storage - * attrs: all the given attrs are written to bucket storage for the given object - * exclusive: create object exclusively - * Returns: 0 on success, -ERR# otherwise. - */ int RGWRados::Object::Write::_do_write_meta(uint64_t size, uint64_t accounted_size, map& attrs, bool assume_noent, bool modify_tail,