From owner-cvs-src@FreeBSD.ORG Fri Oct 26 15:57:03 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 6BE3D16A41B; Fri, 26 Oct 2007 15:57:03 +0000 (UTC) Date: Fri, 26 Oct 2007 15:57:03 +0000 From: Alexey Dokuchaev To: Pawel Jakub Dawidek Message-ID: <20071026155703.GC7312@FreeBSD.org> References: <200710260655.l9Q6t0UW080765@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <200710260655.l9Q6t0UW080765@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/geom geom_io.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Oct 2007 15:57:03 -0000 On Fri, Oct 26, 2007 at 06:55:00AM +0000, Pawel Jakub Dawidek wrote: > pjd 2007-10-26 06:55:00 UTC > > FreeBSD src repository > > Modified files: > sys/geom geom_io.c > Log: > Save stack only when KTR_GEOM is both compiled into the kernel and enabled > in debug.ktr.mask. Because saving stack is very expensive, it's better only > to do it when one really wants to. Do you by chance have benchmark results? I'd like to know what impact does it cause, unless I'm asking too much. :-) ./danfe