From 31d7e8fa33fae995f558673adb22641b5aa8b6e1 Mon Sep 17 00:00:00 2001 From: George Wilson Date: Fri, 7 Sep 2012 17:29:12 -0700 Subject: 3306 zdb should be able to issue reads in parallel 3321 'zpool reopen' command should be documented in the man page and help message Reviewed by: Adam Leventhal Reviewed by: Matt Ahrens Reviewed by: Christopher Siden Approved by: Garrett D'Amore --- usr/src/uts/common/fs/zfs/zio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/src/uts/common/fs/zfs/zio.c') diff --git a/usr/src/uts/common/fs/zfs/zio.c b/usr/src/uts/common/fs/zfs/zio.c index 88684b9ce3..d1bed63f30 100644 --- a/usr/src/uts/common/fs/zfs/zio.c +++ b/usr/src/uts/common/fs/zfs/zio.c @@ -2917,7 +2917,7 @@ zio_done(zio_t *zio) * Hand it off to the otherwise-unused claim taskq. */ ASSERT(zio->io_tqent.tqent_next == NULL); - (void) taskq_dispatch_ent( + taskq_dispatch_ent( spa->spa_zio_taskq[ZIO_TYPE_CLAIM][ZIO_TASKQ_ISSUE], (task_func_t *)zio_reexecute, zio, 0, &zio->io_tqent); -- cgit v1.2.3