]> git.proxmox.com Git - mirror_zfs.git/commitdiff
Revert Fix vdev_probe() call wrt SCL_STATE_ALL
authorOlaf Faaland <faaland1@llnl.gov>
Tue, 18 Jul 2017 18:43:55 +0000 (11:43 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 25 Jul 2017 16:24:42 +0000 (12:24 -0400)
This reverts commit cc9c6bc, which has been causing intermittent
test failures on buildbot.  A correct fix for this locking issue
has been applied in a separate patch.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Olaf Faaland <faaland1@llnl.gov>
module/zfs/zio.c

index fe47bb6b136aa557a110c0472916f463e170d76c..acfc49eb5f47f99cbe536d29f69f956c4a990f79 100644 (file)
@@ -3325,7 +3325,7 @@ zio_vdev_io_done(zio_t *zio)
 
        ops->vdev_op_io_done(zio);
 
-       if (unexpected_error && zio->io_waiter != NULL)
+       if (unexpected_error)
                VERIFY(vdev_probe(vd, zio) == NULL);
 
        return (ZIO_PIPELINE_CONTINUE);