mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-26 03:09:34 +03:00
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:
parent
4be4dedb9f
commit
fe11968bbf
@ -472,7 +472,7 @@ vdev_raidz_math_init(void)
|
||||
return;
|
||||
#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->io_offset = 0;
|
||||
bench_zio->io_size = BENCH_ZIO_SIZE; /* only data columns */
|
||||
|
Loading…
Reference in New Issue
Block a user