]> git.baikalelectronics.ru Git - kernel.git/commit
libceph: move schedule_delayed_work() in ceph_osdc_init()
authorIlya Dryomov <idryomov@gmail.com>
Thu, 28 Apr 2016 14:07:24 +0000 (16:07 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Wed, 25 May 2016 22:36:28 +0000 (00:36 +0200)
commit07bee6f852d16b0ed36133683329879717e8734c
tree7fb861b2779b2e9e83af367a0f33a4b3893e3258
parent35244fa178655cf74bd436273ad5dcf9476e9d85
libceph: move schedule_delayed_work() in ceph_osdc_init()

ceph_osdc_stop() isn't called if ceph_osdc_init() fails, so we end up
with handle_osds_timeout() running on invalid memory if any one of the
allocations fails.  Call schedule_delayed_work() after everything is
setup, just before returning.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
net/ceph/osd_client.c