fix fsck reversion
75aab72d23
made fsck skip files whose
content is not present, but it should complain if there are not enough
copies.
This commit is contained in:
parent
b88ecb36dd
commit
a7156b875c
2 changed files with 13 additions and 1 deletions
|
@ -94,7 +94,7 @@ seek o = startConcurrency commandStages $ do
|
|||
i <- prepIncremental u (incrementalOpt o)
|
||||
let seeker = AnnexedFileSeeker
|
||||
{ seekAction = commandAction' (start from i)
|
||||
, checkContentPresent = Just True
|
||||
, checkContentPresent = Nothing
|
||||
, usesLocationLog = True
|
||||
}
|
||||
withKeyOptions (keyOptions o) False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue