Skip to content

Commit

Permalink
Revert Fix vdev_probe() call wrt SCL_STATE_ALL
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
ofaaland authored and behlendorf committed Jul 25, 2017
1 parent f6837d9 commit f43615d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/zfs/zio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit f43615d

Please sign in to comment.