aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/zio.c
diff options
context:
space:
mode:
authorOlaf Faaland <[email protected]>2017-07-18 11:43:55 -0700
committerBrian Behlendorf <[email protected]>2017-07-25 12:24:42 -0400
commitf43615d0cc22d7db496c1291c84e64e269ca51d9 (patch)
tree345cb308699bb43959e56cdd2862e4d8aa6e5bee /module/zfs/zio.c
parentf6837d9b53d44547d640040d5db9e7d152664d4f (diff)
Revert Fix vdev_probe() call wrt SCL_STATE_ALL
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 <[email protected]> Signed-off-by: Olaf Faaland <[email protected]>
Diffstat (limited to 'module/zfs/zio.c')
-rw-r--r--module/zfs/zio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/zfs/zio.c b/module/zfs/zio.c
index fe47bb6b1..acfc49eb5 100644
--- a/module/zfs/zio.c
+++ b/module/zfs/zio.c
@@ -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);