Fix typo in vdev_raidz_math.c

Fix typo in vdev_raidz_math.c

Reviewed by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Signed-off-by: Brad Forschinger <github@bnjf.id.au>
Closes #8875
Closes #8880
This commit is contained in:
bnjf 2019-06-13 06:03:33 +10:00 committed by Tony Hutter
parent 4be4dedb9f
commit fe11968bbf

View File

@ -472,7 +472,7 @@ vdev_raidz_math_init(void)
return; return;
#endif #endif
/* Fake an zio and run the benchmark on a warmed up buffer */ /* Fake a zio and run the benchmark on a warmed up buffer */
bench_zio = kmem_zalloc(sizeof (zio_t), KM_SLEEP); bench_zio = kmem_zalloc(sizeof (zio_t), KM_SLEEP);
bench_zio->io_offset = 0; bench_zio->io_offset = 0;
bench_zio->io_size = BENCH_ZIO_SIZE; /* only data columns */ bench_zio->io_size = BENCH_ZIO_SIZE; /* only data columns */