mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-03-14 06:16:17 +03:00
Fix typo in vdev_raidz.c
Change the spelling of "begining" on line 4875 to "beginning". Reviewed-by: Alexander Motin <alexander.motin@TrueNAS.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Adi Gollamudi <adigollamudi@gmail.com> Closes #17905
This commit is contained in:
parent
fe553581f0
commit
54876ee85e
@ -4872,7 +4872,7 @@ spa_raidz_expand_thread(void *arg, zthr_t *zthr)
|
|||||||
else
|
else
|
||||||
vre->vre_offset = RRSS_GET_OFFSET(&spa->spa_ubsync);
|
vre->vre_offset = RRSS_GET_OFFSET(&spa->spa_ubsync);
|
||||||
|
|
||||||
/* Reflow the begining portion using the scratch area */
|
/* Reflow the beginning portion using the scratch area */
|
||||||
if (vre->vre_offset == 0) {
|
if (vre->vre_offset == 0) {
|
||||||
VERIFY0(dsl_sync_task(spa_name(spa),
|
VERIFY0(dsl_sync_task(spa_name(spa),
|
||||||
NULL, raidz_reflow_scratch_sync,
|
NULL, raidz_reflow_scratch_sync,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user