]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: Avoid confusion by changing EC decode total_chunk_size to total_data_size
authorDavid Zafman <dzafman@redhat.com>
Sat, 1 Aug 2015 01:44:56 +0000 (18:44 -0700)
committerDavid Zafman <dzafman@redhat.com>
Thu, 27 Aug 2015 21:03:22 +0000 (14:03 -0700)
commit1febe89d926803a58bbef648804dd6aa8c2ea131
treeeb8cab59c4a44ca3c2b0d7a7086b91d681ef1366
parentae1df24d27f5ff660b34f469654e71fece7a3120
osd: Avoid confusion by changing EC decode total_chunk_size to total_data_size

The length of the buffers being decoded may only be part of the chunk, so
less than the HashInfo total_chunk_size.

Signed-off-by: David Zafman <dzafman@redhat.com>
src/osd/ECUtil.cc