Module Name: src Committed By: riastradh Date: Sat Apr 11 16:32:07 UTC 2015
Modified Files: src/external/cddl/osnet/sys/kern: taskq.c Log Message: Fix ASSERT(x == y | z). Interpret nthreads as pct when requested. Reduces the number of threads created by zfs to a slightly less insane value. XXX This whole taskq business is questionable, and we really really should not have copies of external code outside dist/ and without vendor branches to record provenance and local changes. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/cddl/osnet/sys/kern/taskq.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.