consistent naming: s/system-wide L2ARC/shared L2ARC/

This commit is contained in:
Christian Schwarz 2022-10-24 12:56:52 +00:00
parent 95e0c3a551
commit f004d01ce4
2 changed files with 2 additions and 2 deletions

View File

@ -3299,7 +3299,7 @@ dbuf_prefetch_indirect_done(zio_t *zio, const zbookmark_phys_t *zb,
} else { } else {
ASSERT3U(BP_GET_LSIZE(zio->io_bp), ==, zio->io_size); ASSERT3U(BP_GET_LSIZE(zio->io_bp), ==, zio->io_size);
} }
/* XXX: with system-wide l2arc, this ASSERT is incorrect. /* XXX: with shared l2arc, this ASSERT is incorrect.
* After conversation with Paul Dagnelie, who added it, * After conversation with Paul Dagnelie, who added it,
* we concluded that it's not necessary. * we concluded that it's not necessary.
* The stack trace was : * The stack trace was :

View File

@ -1986,7 +1986,7 @@ spa_load_l2cache(spa_t *spa)
/* /*
* Ensure that vdev_is_dead() returns true, so * Ensure that vdev_is_dead() returns true, so
* we don't l2arc_add_vdev below. The whole * we don't l2arc_add_vdev below. The whole
* system-wide L2ARC code relies on this. * Shared L2ARC code relies on this.
*/ */
VERIFY(vdev_is_dead(vd)); VERIFY(vdev_is_dead(vd));
} }