diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-02-12 13:41:50 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-02-12 13:41:50 -0400 |
commit | f7ab2860e6cb99b49a9f737b47571fb15c61df58 (patch) | |
tree | e3884ebe5cc3042d32e13d50856578dd4aaea603 /doc/todo | |
parent | 193c22a0b57dbc6ef1f540636c316d59b967c319 (diff) |
close
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/Improve_direct_mode_using_copy_on_write.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/todo/Improve_direct_mode_using_copy_on_write.mdwn b/doc/todo/Improve_direct_mode_using_copy_on_write.mdwn index d9d9795cb..4a57ac5e4 100644 --- a/doc/todo/Improve_direct_mode_using_copy_on_write.mdwn +++ b/doc/todo/Improve_direct_mode_using_copy_on_write.mdwn @@ -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]] |