Date: Tue, 18 Aug 2009 08:26:12 -0700 From: Sam Leffler <sam@errno.com> To: Pawel Jakub Dawidek <pjd@FreeBSD.org> Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r196358 - in head: share/man/man9 sys/kern sys/sys Message-ID: <4A8AC814.2070804@errno.com> In-Reply-To: <200908181355.n7IDtmqT019165@svn.freebsd.org> References: <200908181355.n7IDtmqT019165@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Pawel Jakub Dawidek wrote: > Author: pjd > Date: Tue Aug 18 13:55:48 2009 > New Revision: 196358 > URL: http://svn.freebsd.org/changeset/base/196358 > > 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. Sam
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4A8AC814.2070804>