avg 01b9b54af6 taskqueue: drop unused tq_name field
tq_name was used write-only and besides it was just a pointer, so it
could point to some garbage in a temporary buffer that's gone.
This change shouldn't change KPI/KBI as struct taskqueue is private to
subr_taskqueue.c.
If we find a need for tq_name it can be resurrected at any moment.
taskqueue_create() interface is preserved for this purpose.

Suggested by:	jhb
MFC after:	10 days
2010-11-23 14:30:22 +00:00
..
2010-11-08 21:22:55 +00:00
2010-07-12 10:18:10 +00:00
2010-11-23 14:30:22 +00:00
2010-11-09 10:59:09 +00:00
2010-11-23 12:51:08 +00:00