]> git.apps.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>
Tue, 25 Nov 2014 15:31:35 +0000 (16:31 +0100)
commitc855f3958fb8c10bd824075c1739f40799f6d74b
treec774ee7e4e9c9e8be0ed68c8a597eb0b09e1d4d1
parentba8ceb1f067e0f9f6419358435ed0008b61fa438
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>
(cherry picked from commit 49613cb2aab6e73e3ea50fa164735b55e80121cd)
src/test/erasure-code/ceph_erasure_code.cc