mirror of
git://sourceware.org/git/lvm2.git
synced 2025-05-20 18:50:41 +03:00
Composite filter is a filter that can put several filters in one set. This patch adds a switch when creating the composite filter which will enable or disable external device info handles for all the filters the composite filter encompasses. We want to use this external device info for majority of the filters which are in the "lvmetad filter chain" (or the respective part if we're not using lvmetad). Following patches will use the enabled external device handle in concrete filters from the composite filter...