]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
client: fix Client::_read return 20997/head
authorYan, Zheng <zyan@redhat.com>
Thu, 22 Mar 2018 03:01:03 +0000 (11:01 +0800)
committerYan, Zheng <zyan@redhat.com>
Thu, 22 Mar 2018 03:01:36 +0000 (11:01 +0800)
commita2a10b344d684c7058e9af12c54dd9ed312f83d4
tree4d4e63093b59ef2158959a3c7470a71bcca0bb99
parent820dac980e9416fe05998d50cac633c81a87b9e3
client: fix Client::_read return

when reading from inline data, it return 0. introduced by commit
608aafb9 "client: cleanup ::_read return"

Fixes: http://tracker.ceph.com/issues/23436
Signed-off-by: Yan, Zheng <zyan@redhat.com>
src/client/Client.cc