]> sourceware.org Git - lvm2.git/commit
Drop pool memory allocated in lv_has_target_type
authorZdenek Kabelac <zkabelac@redhat.com>
Fri, 18 Nov 2011 19:42:03 +0000 (19:42 +0000)
committerZdenek Kabelac <zkabelac@redhat.com>
Fri, 18 Nov 2011 19:42:03 +0000 (19:42 +0000)
commit647c8edf82a1808fca8544e5b978f3157256f935
treef4714c4dd61cbcd52a45843d7793c4ec79915a79
parent749c2dc4abc344ccc3ce79415827878c218feb97
Drop pool memory allocated in lv_has_target_type

Remove FIXMES - there should not be any pool free call since
the memory pool is from device manager, and pool is detroyed
after the operation, so doing extra free here would not help here.

However lv_has_target_type() is using cmd mempool so here the extra
call for dm_pool_free makes sence.
WHATS_NEW
lib/activate/dev_manager.c
This page took 0.035909 seconds and 5 git commands to generate.