From 1ec91f0c441ccee8bac5daafd33d1ea0ec12c070 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 12 Feb 2016 13:41:50 -0400 Subject: [PATCH] close --- doc/todo/Improve_direct_mode_using_copy_on_write.mdwn | 2 ++ 1 file changed, 2 insertions(+) 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 d9d9795cbb..4a57ac5e48 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]]