diff options
author | Joey Hess <joey@kitenet.net> | 2012-06-05 20:30:37 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-06-05 20:30:37 -0400 |
commit | a7a729bce4db901a1142b5ef7ab8cab0d1311a66 (patch) | |
tree | 87ac0ab8e35e7485dc58828b8d82ad2a383ff036 /doc | |
parent | e6b157cc099f6d0a5ea26da823bfb6ab8ea4dbc7 (diff) | |
parent | c981ccc0773a02ca60eb6456f04de14cd758ee7b (diff) |
Merge branch 'master' into watch
Diffstat (limited to 'doc')
-rw-r--r-- | doc/design/assistant/inotify.mdwn | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/design/assistant/inotify.mdwn b/doc/design/assistant/inotify.mdwn index 3263c476d..ca63a1c82 100644 --- a/doc/design/assistant/inotify.mdwn +++ b/doc/design/assistant/inotify.mdwn @@ -61,7 +61,9 @@ Many races need to be dealt with by this code. Here are some of them. **Currently unfixed**; The new content will be moved to the annex under the old checksum, and fsck will later catch this inconsistency. - Possible fix: Move content someplace before doing checksumming. + Possible fix: Move content someplace before doing checksumming. Perhaps + using a hard link and removing the write bit to prevent modification + while checksumming. * File is added and then replaced with another file before the annex add makes its symlink. |