git: 58a08f9e9910 - main - [skip ci] Delete an accidentally-committed comment
Alan Somers
asomers at FreeBSD.org
Tue Jan 12 00:02:21 UTC 2021
The branch main has been updated by asomers:
URL: https://cgit.FreeBSD.org/src/commit/?id=58a08f9e9910ea986e0f1103f47274a781b11874
commit 58a08f9e9910ea986e0f1103f47274a781b11874
Author: Alan Somers <asomers at FreeBSD.org>
AuthorDate: 2021-01-12 00:01:22 +0000
Commit: Alan Somers <asomers at 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]);
More information about the dev-commits-src-all
mailing list