fsck: Added --distributed and --expire options, for distributed fsck.

This commit is contained in:
Joey Hess 2015-04-01 17:53:16 -04:00
parent 724a94a6d4
commit 656fc1c881
7 changed files with 206 additions and 64 deletions

View file

@ -43,7 +43,7 @@ getUrls key = do
where
go [] = return []
go (l:ls) = do
us <- currentLog l
us <- currentLogInfo l
if null us
then go ls
else return us