mirror of
https://github.com/versity/scoutfs.git
synced 2026-04-22 06:20:31 +00:00
The hardlink count of files was previously hard coded to 1. We want to properly restore hard linked files because it saves space and time. The test binary restore_copy exposed this missed case before and is updated to make use of it. Signed-off-by: Auke Kok <auke.kok@versity.com>