Skip to content

Commit

Permalink
Fix typo in vdev_raidz_math.c
Browse files Browse the repository at this point in the history
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 openzfs#8875
Closes openzfs#8880
  • Loading branch information
bnjf authored and tonyhutter committed Aug 23, 2019
1 parent 1b9f7d1 commit e576ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/zfs/vdev_raidz_math.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit e576ae0

Please sign in to comment.