Merge branch 'gcc-missing-case' into refs/top-bases/gcc-branch

This commit is contained in:
Brian Behlendorf 2009-07-07 16:30:54 -07:00
commit 0e310d30de
1 changed files with 2 additions and 0 deletions

View File

@ -1138,6 +1138,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: