From 141fa3c94d9b5d9404b8e875b6806f27340f2cf3 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 6 Jun 2012 00:01:17 -0400 Subject: [PATCH] update --- doc/design/assistant/inotify.mdwn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/design/assistant/inotify.mdwn b/doc/design/assistant/inotify.mdwn index 5d903a9b04..e7c61c68b1 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.