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:
parent
c30b5d8a0b
commit
b21ee60594
4 changed files with 33 additions and 9 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue