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 <s...@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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"