svn commit: r196358 - in head: share/man/man9 sys/kern sys/sys

Bruce Evans brde at optusnet.com.au
Wed Aug 19 09:56:00 UTC 2009


On Tue, 18 Aug 2009, Pawel Jakub Dawidek wrote:

> On Tue, Aug 18, 2009 at 08:06:17PM +0200, Attilio Rao wrote:
>> 2009/8/18 Sam Leffler <sam at errno.com>:
>>> Pawel Jakub Dawidek wrote:
>>>> Log:
>>>>  Remove unused taskqueue_find() function.
>>>>    Reviewed by:  dfr
>>>>  Approved by:  re (kib)
>>>
>>> I don't understand why this should be removed (let alone during a code
>>> freeze).  I can think of several uses for this function including a ddb cmd
>>> that takes a taskq name and dumps it's contents.  The overhead of
>>> maintaining the global list appears minimal.
>>
>> FWIW, I agree with Sam.
>
> The only use I could think of was exactly what Sam suggested - a DDB
> command and that was the only possible use I found.

And ddb cannot call it, since it uses locks unconditionally.

Bruce


More information about the svn-src-head mailing list