Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Nov 2013 09:29:32 +0200
From:      Andriy Gapon <avg@FreeBSD.org>
To:        Gleb Smirnoff <glebius@FreeBSD.org>, src-committers@FreeBSD.org, svn-src-all@FreeBSD.org, svn-src-head@FreeBSD.org
Subject:   Re: svn commit: r258675 - head/sys/net
Message-ID:  <52959F5C.1050101@FreeBSD.org>
In-Reply-To: <201311270721.rAR7LPrD054475@svn.freebsd.org>
References:  <201311270721.rAR7LPrD054475@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
on 27/11/2013 09:21 Gleb Smirnoff said the following:
> Author: glebius
> Date: Wed Nov 27 07:21:25 2013
> New Revision: 258675
> URL: http://svnweb.freebsd.org/changeset/base/258675
> 
> Log:
>   Fix build.
> 
> Modified:
>   head/sys/net/vnet.c
> 
> Modified: head/sys/net/vnet.c
> ==============================================================================
> --- head/sys/net/vnet.c	Wed Nov 27 06:54:29 2013	(r258674)
> +++ head/sys/net/vnet.c	Wed Nov 27 07:21:25 2013	(r258675)
> @@ -216,7 +216,7 @@ SDT_PROBE_DEFINE2(vnet, functions, vnet_
>      "int", "struct vnet *");
>  SDT_PROBE_DEFINE2(vnet, functions, vnet_destroy, entry,
>      "int", "struct vnet *");
> -SDT_PROBE_DEFINE1(vnet, functions, vnet_destroy, entry,
> +SDT_PROBE_DEFINE1(vnet, functions, vnet_destroy, return,
>      "int");
>  
>  #ifdef DDB
> 

Thank you for fixing this!
And sorry that I did not notice the mistake in the code before the change.  The
probe was defined as "vnet, functions, vnet_destroy, return, entry, ..." and my
sed script blindly changed "return, entry" to "entry".
Another confirmation that "sname" was silly and that I need to do more
pre-commit testing.

-- 
Andriy Gapon



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?52959F5C.1050101>