[Bug 209580] ZFS with INVARIANTS enabled deadlock

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Oct 10 04:58:03 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209580

--- Comment #8 from commit-hook at freebsd.org ---
A commit references this bug:

Author: julian
Date: Mon Oct 10 04:57:33 UTC 2016
New revision: 306935
URL: https://svnweb.freebsd.org/changeset/base/306935

Log:
  While the thread is sleeping in taskqueue_drain_all() it is
  posible that the queue entry it is looking at is removed
  from the queue, but we make no effort to account
  for this. when we wake up we need to check it's still there.

  PR: 209580
  Sponsored by: Panzura inc
  Differential Revision:        D8160

Changes:
  stable/10/sys/kern/subr_taskqueue.c

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-fs mailing list