Y
Hacker News
new
|
ask
|
show
|
jobs
by
Arnavion
686 days ago
A fallback to hardlinking would work for a lot more filesystems, though of course it would be limited to files that are completely identical rather than any identical extents / blocks within files.
1 comments
gavinsyancey
686 days ago
More importantly, hardlinking means writes to one file would affect both, while FIDUPERANGE creates copy-on-write semantics.
link