]> granicus.if.org Git - zfs/commit
Clean up emulation of kernel threads in userspace.
authorBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 9 Mar 2010 20:25:28 +0000 (12:25 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 9 Mar 2010 20:25:28 +0000 (12:25 -0800)
commit9a3d5378c6fc42b9cb47aa0ce5b2507cbfd0579f
tree3394e215727f08a59392093b75149c3b0f138d08
parentb991553702e6df6bf34462b20aa7bf4aa65261ea
Clean up emulation of kernel threads in userspace.

Updated to use pthread thread specific data rather than keeping
a global list.  This also fixes at least one easily reproducible
crash in ztest
cmd/ztest/ztest.c
lib/libzpool/include/sys/zfs_context.h
lib/libzpool/kernel.c
lib/libzpool/taskq.c
module/zfs/txg.c