]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ECBackend::handle_sub_read: restructure hash check and fix part of 12983
authorDavid Zafman <dzafman@redhat.com>
Fri, 18 Sep 2015 23:46:26 +0000 (16:46 -0700)
committerDavid Zafman <dzafman@redhat.com>
Mon, 28 Sep 2015 18:33:06 +0000 (11:33 -0700)
commit892800b4dc02e8a513bfea990ca7e8fc062f5bdd
tree63434ceb538e2e7033344e494f53753b036d1fd0
parent391cfb9f484645e2c01840903e009fea0fdbcdd3
ECBackend::handle_sub_read: restructure hash check and fix part of 12983

The previous code erroneously assumed that the reads on a single object
would always be in order, and not overlap.

Partially fixes: #12983
Signed-off-by: Samuel Just <sjust@redhat.com>
src/osd/ECBackend.cc