libceph: fix leak of osd structs during shutdown
authorSage Weil <sage@newdream.net>
Wed, 31 Aug 2011 21:45:53 +0000 (14:45 -0700)
committerSage Weil <sage@newdream.net>
Wed, 31 Aug 2011 22:22:46 +0000 (15:22 -0700)
commitaca420bc51f48b0701963ba3a6234442a0cabebd
tree7c9f19bd0f91d012253bed3579ec1fbdfb5ec6b1
parent259a187ade45056fd44856654f78aa9e9f0f7c75
libceph: fix leak of osd structs during shutdown

We want to remove all OSDs, not just those on the idle LRU.

Signed-off-by: Sage Weil <sage@newdream.net>
net/ceph/osd_client.c