]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit55ad110614be426b050d3fe759fcfff554003bc4
tree7c9f19bd0f91d012253bed3579ec1fbdfb5ec6b1
parentf4708e39327b911725d8406798e4002d86596119
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