rename fsckKey to verifyKeyContent
No behavior changes.
This commit is contained in:
parent
49841bbd64
commit
cad3349001
8 changed files with 20 additions and 17 deletions
|
@ -21,7 +21,7 @@ backend :: Backend
|
|||
backend = Backend
|
||||
{ name = "WORM"
|
||||
, getKey = keyValue
|
||||
, fsckKey = Nothing
|
||||
, verifyKeyContent = Nothing
|
||||
, canUpgradeKey = Nothing
|
||||
, fastMigrate = Nothing
|
||||
, isStableKey = const True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue