Add missing case introduced by rebase.

This commit is contained in:
Brian Behlendorf 2009-07-07 16:22:33 -07:00
parent a5a71d128d
commit ebda366c1c
1 changed files with 2 additions and 0 deletions

View File

@ -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: