move InodeSentinal from direct mode code to its own module

Will be used outside of direct mode for v6 unlocked files, and is already
used outside of direct mode when adding files to annex.
This commit is contained in:
Joey Hess 2015-12-09 15:42:16 -04:00
parent 8a818088a3
commit 3311c48631
Failed to extract signature
9 changed files with 93 additions and 61 deletions

View file

@ -32,6 +32,7 @@ import Annex.FileMatcher
import Annex.ReplaceFile
import Utility.Tmp
import Utility.CopyFile
import Annex.InodeSentinal
import Control.Exception (IOException)