]> granicus.if.org Git - zfs/commit
Fix zio->io_priority failed (7 < 6) assert
authorTony Hutter <hutter2@llnl.gov>
Wed, 30 May 2018 01:13:48 +0000 (18:13 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 30 May 2018 01:13:48 +0000 (18:13 -0700)
commitc26cf0966d131b722c32f8ccecfe5791a789d975
treeb0a9950a2803c04610996323cc9ac1d54eb8ce00
parent3c28c636424f26b5638e27d238fd52e6598e9900
Fix zio->io_priority failed (7 < 6) assert

This fixes an assert in vdev_queue_change_io_priority():

  VERIFY3(zio->io_priority < ZIO_PRIORITY_NUM_QUEUEABLE) failed (7 < 6)
  PANIC at vdev_queue.c:832:vdev_queue_change_io_priority()

Reviewed-by: Tom Caputi <tcaputi@datto.com>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Tony Hutter <hutter2@llnl.gov>
Closes #7566
Closes #7542
module/zfs/vdev_queue.c