Module Name: src Committed By: riastradh Date: Sat Feb 1 22:38:05 UTC 2020
Modified Files: src/sys/external/bsd/common/linux: linux_work.c Log Message: Fix abuse of TAILQ_CONCAT. Other parts of this expect that the entries will be on wq->wq_queue or wq->wq_dqueue, so we can't just move a batch of entries onto a temporary queue. Instead, use a marker node to delimit when the batch ends. XXX pullup To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/sys/external/bsd/common/linux/linux_work.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.