7033c7692c
Previously, a store item that is a regular file would not be accounted for in the 'bytesFreed' value computed by 'deletePath' because its 'st_nlink' count would always be >= 2. This commit fixes that. * nix/libutil/util.hh (deletePath): Add optional 'linkThreshold' argument. * nix/libutil/util.cc (_deletePath): Add 'linkThreshold' argument and honor it. Pass it down in recursive call. (deletePath): Add 'linkThreshold' and honor it. * nix/libstore/gc.cc (LocalStore::deleteGarbage): Pass 'linkThreshold' argument to 'deletePath', with a value of 2 when PATH is a store item and deduplication is on. |
||
---|---|---|
.. | ||
.gitignore | ||
affinity.cc | ||
affinity.hh | ||
archive.cc | ||
archive.hh | ||
gcrypt-hash.cc | ||
gcrypt-hash.hh | ||
hash.cc | ||
hash.hh | ||
md5.h | ||
serialise.cc | ||
serialise.hh | ||
sha1.h | ||
sha256.h | ||
sha512.h | ||
types.hh | ||
util.cc | ||
util.hh |