]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
objectcacher: only call flushed callback if there are also no dirty buffers
authorSage Weil <sage@newdream.net>
Thu, 27 Nov 2008 00:42:01 +0000 (16:42 -0800)
committerSage Weil <sage@newdream.net>
Thu, 27 Nov 2008 00:42:01 +0000 (16:42 -0800)
commit98b05e2194097a7e9ff5103674fa3c7742d852ea
tree15fcc9a08dd8f5da2502eb49b30229f3f3e23b9f
parent54fd7356499698dc1a279b9e60323248aeda5854
objectcacher: only call flushed callback if there are also no dirty buffers

Otherwise we call the flushed_callback too soon.
src/osdc/ObjectCacher.cc