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

@ -30,6 +30,7 @@ import Config
import Annex.Content
import Annex.Link
import Annex.CatFile
import Annex.InodeSentinal
import qualified Annex
import Utility.InodeCache
import Annex.Content.Direct