]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
erasure-code: ceph_erasure_code does not need to avoid dlclose
authorLoic Dachary <loic-201408@dachary.org>
Tue, 23 Sep 2014 12:36:08 +0000 (14:36 +0200)
committerLoic Dachary <ldachary@redhat.com>
Mon, 10 Nov 2014 13:56:43 +0000 (14:56 +0100)
commit49613cb2aab6e73e3ea50fa164735b55e80121cd
tree9eb732fb19b8d12fa8f69ba009bfcfde4c5eb324
parent6fdbdff2ad1b55d4a37dcb95cfbb06c4454cdaf2
erasure-code: ceph_erasure_code does not need to avoid dlclose

The only reason for not dlclosing plugins at exit is for callgrind but
ceph_erasure_code has no workload that would require callgrind.

Signed-off-by: Loic Dachary <loic-201408@dachary.org>
src/test/erasure-code/ceph_erasure_code.cc