close
This commit is contained in:
parent
c4e5c6b346
commit
1ec91f0c44
1 changed files with 2 additions and 0 deletions
|
@ -40,3 +40,5 @@ copy on write is available using `cp --reflink=always`. It correspond to the fol
|
|||
Looking at the code it would be preferable to exec directly to `cp`, see [copy_range() on LWN](http://lwn.net/Articles/550621/) and this [more recent article about splice() on LWN](http://lwn.net/Articles/567086/)
|
||||
|
||||
Also, `cp --reflink` fall back to copy when copy-on-write is not available while `cp --reflink=always` do not.
|
||||
|
||||
> The new v6 repository mode works this way. [[done]] --[[Joey]]
|
||||
|
|
Loading…
Add table
Reference in a new issue