]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rbd: ObjectCacher reads can hang when reading sparse files 2493/head
authorJason Dillaman <dillaman@redhat.com>
Mon, 15 Sep 2014 04:53:50 +0000 (00:53 -0400)
committerJason Dillaman <dillaman@redhat.com>
Mon, 15 Sep 2014 04:53:50 +0000 (00:53 -0400)
commitcdb7675a21c9107e3596c90c2b1598def3c6899f
tree9db7cda1a8ec8f693c3e6d72098484b95b01682c
parent68001fea75dca1db5d702070bea976bb9cf413f0
rbd: ObjectCacher reads can hang when reading sparse files

The pending read list was not properly flushed when empty objects
were read from a space file.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/osdc/ObjectCacher.cc