commit | fbca963532eba779bffa14c70d1dc619e6bfa16d | [log] [tgz] |
---|---|---|
author | Ilya Dryomov <idryomov@gmail.com> | Thu Apr 28 16:07:24 2016 +0200 |
committer | Ilya Dryomov <idryomov@gmail.com> | Thu May 26 00:36:28 2016 +0200 |
tree | 0a6281b1f680c18db4734a5b1de5067da605770a | |
parent | b37ee1b9b840a6da63e78865f97a9a78b7534477 [diff] |
libceph: schedule tick from ceph_osdc_init() Both homeless OSD sessions and watch/notify v2, introduced in later commits, require periodic ticks which don't depend on ->num_requests. Schedule the initial tick from ceph_osdc_init() and reschedule from handle_timeout() unconditionally. Signed-off-by: Ilya Dryomov <idryomov@gmail.com>