Date: Tue, 12 Jan 2021 00:02:21 GMT From: Alan Somers <asomers@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 58a08f9e9910 - main - [skip ci] Delete an accidentally-committed comment Message-ID: <202101120002.10C02LTT088577@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by asomers: URL: https://cgit.FreeBSD.org/src/commit/?id=58a08f9e9910ea986e0f1103f47274a781b11874 commit 58a08f9e9910ea986e0f1103f47274a781b11874 Author: Alan Somers <asomers@FreeBSD.org> AuthorDate: 2021-01-12 00:01:22 +0000 Commit: Alan Somers <asomers@FreeBSD.org> 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]);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101120002.10C02LTT088577>