Date: Sun, 4 Nov 2007 18:23:07 +1100 (EST) From: Bruce Evans <brde@optusnet.com.au> To: Ben Kaduk <minimarmot@gmail.com> Cc: Maxim Konovalov <maxim@FreeBSD.org>, cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm swap_pager.c Message-ID: <20071104181850.D3866@besplex.bde.org> In-Reply-To: <47d0403c0711031803h5cc8f76buc38a6026a57fb097@mail.gmail.com> References: <200711022048.lA2KmAc8094226@repoman.freebsd.org> <47d0403c0711031803h5cc8f76buc38a6026a57fb097@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 3 Nov 2007, Ben Kaduk wrote: > On 11/2/07, Maxim Konovalov <maxim@freebsd.org> wrote: >> maxim 2007-11-02 20:48:10 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/vm swap_pager.c >> Log: >> o Fix panic message: it's swap_pager_putpages() not swap_pager_getpages(). > > Isn't there a __func__ variable for things like this? There is a __func__ variable for giving unreadable code. It is unfortunately needed in macros, but not when the function name is known. Bruce
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071104181850.D3866>