The branch main has been updated by asomers: URL: https://cgit.FreeBSD.org/src/commit/?id=58a08f9e9910ea986e0f1103f47274a781b11874
commit 58a08f9e9910ea986e0f1103f47274a781b11874 Author: Alan Somers <[email protected]> AuthorDate: 2021-01-12 00:01:22 +0000 Commit: Alan Somers <[email protected]> CommitDate: 2021-01-12 00:01:22 +0000 [skip ci] Delete an accidentally-committed comment MFC-With: 19cca0b9613d7c3058e41baf0204245119732235 --- sys/contrib/openzfs/module/zfs/vdev.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/contrib/openzfs/module/zfs/vdev.c b/sys/contrib/openzfs/module/zfs/vdev.c index 0b96c52669bd..7ffe924212da 100644 --- a/sys/contrib/openzfs/module/zfs/vdev.c +++ b/sys/contrib/openzfs/module/zfs/vdev.c @@ -3263,7 +3263,6 @@ vdev_load(vdev_t *vd) /* * Recursively load all children. - * TODO: parallelize. */ for (int c = 0; c < vd->vdev_children; c++) { error = vdev_load(vd->vdev_child[c]); _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
