Merge branch 'gcc-missing-case' into refs/top-bases/gcc-branch
This commit is contained in:
commit
0e310d30de
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue