Change assertion to log the incorrect io_type we've got.
This commit is contained in:
parent
36d43b5dfe
commit
99ab63b69d
@ -2020,7 +2020,7 @@ vdev_raidz_io_start(zio_t *zio)
|
||||
return;
|
||||
}
|
||||
|
||||
ASSERT(zio->io_type == ZIO_TYPE_READ);
|
||||
ASSERT3U(zio->io_type, ==, ZIO_TYPE_READ);
|
||||
|
||||
/*
|
||||
* Iterate over the columns in reverse order so that we hit the parity
|
||||
|
Loading…
x
Reference in New Issue
Block a user