]> git.ipfire.org Git - people/ms/linux.git/commit
libceph: assert both regular and lingering lists in __remove_osd()
authorIlya Dryomov <ilya.dryomov@inktank.com>
Wed, 18 Jun 2014 09:02:12 +0000 (13:02 +0400)
committerIlya Dryomov <ilya.dryomov@inktank.com>
Tue, 8 Jul 2014 11:08:43 +0000 (15:08 +0400)
commit7c6e6fc53e7335570ed82f77656cedce1502744e
tree35e905d102d3977c7725749af0ee07352cdc6a67
parent6562d661d205ff9bd855345d6424b9fb07adaf62
libceph: assert both regular and lingering lists in __remove_osd()

It is important that both regular and lingering requests lists are
empty when the OSD is removed.

Signed-off-by: Ilya Dryomov <ilya.dryomov@inktank.com>
Reviewed-by: Alex Elder <elder@linaro.org>
net/ceph/osd_client.c