Project

General

Profile

Bug #8187

Updated by Josh Durgin about 10 years ago

list_children() and the internals of snap_unprotect() both go through all pools to check for children of a snapshot. Since cache pools contain the same objects, each child will be listed once for each cache pool and once for each base pool. These methods should only look at base pools. This doesn't affect the correctness of snap_unprotect(), it's just a cosmetic defect in list_children(). See also #8188.

Back