]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
Fix incorrect read and truncate
authorHaomai Wang <haomaiwang@gmail.com>
Fri, 21 Feb 2014 04:23:10 +0000 (12:23 +0800)
committerHaomai Wang <haomaiwang@gmail.com>
Sat, 22 Feb 2014 13:05:00 +0000 (21:05 +0800)
commita9fa341ee23f222edfd7115a06929a8ab743927c
tree303759391971337303e7d9adc6994ca37f786a5b
parent9ed295818b799691103e09a764e7ce5d4476ad39
Fix incorrect read and truncate

If the first chunk of object is not read entirely, the current implementation
will contain it entirely which make wrong.

Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
src/os/KeyValueStore.cc