summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-06-06 00:01:17 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-06-06 00:01:17 -0400
commit141fa3c94d9b5d9404b8e875b6806f27340f2cf3 (patch)
treedd1b9281c052203407e08859447d7c7cc8c7f104
parentd41c1134cb1f49529b294407efd24061c8219347 (diff)
update
-rw-r--r--doc/design/assistant/inotify.mdwn3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/design/assistant/inotify.mdwn b/doc/design/assistant/inotify.mdwn
index 5d903a9b0..e7c61c68b 100644
--- a/doc/design/assistant/inotify.mdwn
+++ b/doc/design/assistant/inotify.mdwn
@@ -69,7 +69,8 @@ Many races need to be dealt with by this code. Here are some of them.
Possible fixes: Somehow track or detect if a file is open for write
by any processes. Or, when possible, making a copy on write copy
- before adding the file would avoid this.
+ before adding the file would avoid this. Or, as a last resort, make
+ an expensive copy of the file and add that.
* File is added and then replaced with another file before the annex add
makes its symlink.