1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-18 16:29:36 +01:00

Get rid of verifyAllValidPaths boolean blindness

This commit is contained in:
John Ericson 2023-12-11 13:28:40 -05:00
parent c30b5d8a0b
commit b21ee60594
4 changed files with 33 additions and 9 deletions

View file

@ -188,7 +188,7 @@ private:
* We don't verify the contents of both layers on the assumption that the lower layer is far bigger,
* and also the observation that anything not in the upper db the overlayfs doesn't yet care about.
*/
std::pair<bool, StorePathSet> verifyAllValidPaths(RepairFlag repair) override;
VerificationResult verifyAllValidPaths(RepairFlag repair) override;
/**
* Deletion only effects the upper layer, so we ignore lower-layer referrers.