From: Samuel Just Date: Tue, 13 Sep 2016 08:28:22 +0000 (-0700) Subject: ECBackend: remove unused hobject argument to read_request_t X-Git-Tag: v11.1.0~245^2~17 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=74ddea4b2bce036dc3849c89a84a051650b6cd49;p=ceph.git ECBackend: remove unused hobject argument to read_request_t Signed-off-by: Samuel Just --- diff --git a/src/osd/ECBackend.cc b/src/osd/ECBackend.cc index bf9bae670092..389200dfc795 100644 --- a/src/osd/ECBackend.cc +++ b/src/osd/ECBackend.cc @@ -243,7 +243,6 @@ struct RecoveryMessages { make_pair( hoid, ECBackend::read_request_t( - hoid, to_read, need, attrs, @@ -1876,7 +1875,6 @@ void ECBackend::objects_read_async( make_pair( hoid, read_request_t( - hoid, offsets, shards, false, @@ -1917,7 +1915,6 @@ int ECBackend::send_all_remaining_reads( make_pair( hoid, read_request_t( - hoid, offsets, shards, false, diff --git a/src/osd/ECBackend.h b/src/osd/ECBackend.h index 0d062e84c8cd..fc008fe4b3a5 100644 --- a/src/osd/ECBackend.h +++ b/src/osd/ECBackend.h @@ -274,7 +274,6 @@ public: const bool want_attrs; GenContext &> *cb; read_request_t( - const hobject_t &hoid, const list > &to_read, const set &need, bool want_attrs,