From: Matt Benjamin Date: Thu, 29 Oct 2015 16:36:19 +0000 (-0400) Subject: librgw: set RGWGetObj::get_data = true, for great justice X-Git-Tag: v10.1.0~382^2~179 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=50abb8cbc5e9daba5cfddff57eda106fae7c0083;p=ceph.git librgw: set RGWGetObj::get_data = true, for great justice Signed-off-by: Matt Benjamin --- diff --git a/src/rgw/rgw_file.h b/src/rgw/rgw_file.h index 9f171e2e56f2..f2b5f5327077 100644 --- a/src/rgw/rgw_file.h +++ b/src/rgw/rgw_file.h @@ -463,6 +463,7 @@ public: /* fixup RGWGetObj (already know range parameters) */ RGWGetObj::range_parsed = true; + RGWGetObj::get_data = true; // XXX RGWGetObj::partial_content = true; RGWGetObj::ofs = off; RGWGetObj::end = off + len;