svn commit: r279764 - head/sys/vm

David Chisnall theraven at FreeBSD.org
Tue Mar 10 10:33:15 UTC 2015


On 10 Mar 2015, at 10:18, Konstantin Belousov <kostikbel at gmail.com> wrote:
> 
> Because you cannot grep for the panic string when __func__ is used.

The userspace assert uses __func__, __FILE__ and __LINE__, which means that you never need to grep the source code to find out where the assert came from: the assertion message tells you precisely where to go.

David



More information about the svn-src-all mailing list