]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
client: start flushing dirty caps in Client::_fsync() 4778/head
authorYan, Zheng <zyan@redhat.com>
Thu, 28 May 2015 09:38:18 +0000 (17:38 +0800)
committerYan, Zheng <zyan@redhat.com>
Fri, 29 May 2015 02:03:08 +0000 (10:03 +0800)
commitb20ea4302fd279d9a15277a71979f10efdf7b016
tree49cea261d63ecfa4adc1d9e9faa65ff3acdca8d8
parent6883b829986c4860b98a8451244b7fb479b055f8
client: start flushing dirty caps in Client::_fsync()

Client::flush_caps(Inode *, MetaSession *) does not start flushing
dirty caps. It only re-send caps message for caps that are already
being flushed.

Signed-off-by: Yan, Zheng <zyan@redhat.com>
src/client/Client.cc