mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-10 16:58:47 +03:00
The code in dev_iter_create assumes that if a filter can be wiped, doing so will always trigger a call to _full_scan. This is not true for composite filters though, since they can always be wiped in principle, but there is no way to know that a component filter inside will exist that actually triggers the scan.