diff options
author | Joey Hess <joey@kitenet.net> | 2012-06-06 00:01:17 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-06-06 00:01:17 -0400 |
commit | 141fa3c94d9b5d9404b8e875b6806f27340f2cf3 (patch) | |
tree | dd1b9281c052203407e08859447d7c7cc8c7f104 /doc | |
parent | d41c1134cb1f49529b294407efd24061c8219347 (diff) |
update
Diffstat (limited to 'doc')
-rw-r--r-- | doc/design/assistant/inotify.mdwn | 3 |
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. |