Add missing case introduced by rebase.
This commit is contained in:
parent
a5a71d128d
commit
ebda366c1c
|
@ -1130,6 +1130,8 @@ int
|
|||
spa_check_logs(spa_t *spa)
|
||||
{
|
||||
switch (spa->spa_log_state) {
|
||||
default:
|
||||
break;
|
||||
case SPA_LOG_MISSING:
|
||||
/* need to recheck in case slog has been restored */
|
||||
case SPA_LOG_UNKNOWN:
|
||||
|
|
Loading…
Reference in New Issue