1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-20 09:19:36 +01:00

Revert "Fix hard linking issue causing overlay fs copy-ups"

This reverts commit 9ef0a9e8aa.

Master now has a better solution.
This commit is contained in:
John Ericson 2023-10-25 14:20:40 -04:00
parent 5c1cb0b696
commit 6f0a95897c
4 changed files with 3 additions and 28 deletions

View file

@ -186,12 +186,6 @@ private:
*/
std::pair<bool, StorePathSet> verifyAllValidPaths(RepairFlag repair) override;
/**
* For lower-store paths, we used the lower store location. This avoids the
* wasteful "copying up" that would otherwise happen.
*/
Path toRealPathForHardLink(const StorePath & storePath) override;
/**
* Deletion only effects the upper layer, so we ignore lower-layer referrers.
*/