fsck: Added --distributed and --expire options, for distributed fsck.
This commit is contained in:
parent
724a94a6d4
commit
656fc1c881
7 changed files with 206 additions and 64 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue