From owner-svn-src-head@FreeBSD.ORG Wed Jun 10 21:07:58 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F2FDA1065672; Wed, 10 Jun 2009 21:07:57 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.248]) by mx1.freebsd.org (Postfix) with ESMTP id 680CF8FC28; Wed, 10 Jun 2009 21:07:57 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: by an-out-0708.google.com with SMTP id c3so565954ana.13 for ; Wed, 10 Jun 2009 14:07:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=IK0jIMbu2wvffxCK5BCROB4+08YDLCHo5BzWxaKs+AM=; b=Zh9OhF4U55B4AJjXyha5u1HNhgN45UzJFT5MDQ+Nm2fNrhen9PKUhmAEiVpDhVLl3G ZeTP1+iwttQCCTSrobJ3IcoGgM2UgiFqc+W8pOQAQdwQIPtT/8q12A/e693tvnR/mSUV M3ADlSzMbV7jeoY73zbFZAbowsqRy5Oj9Ye+M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=UPRJGrsRBoI9Ngj/Id2L/9IacnMh6I4L2kTNlA8/t3PuXo3ZBPQn5CFWn1IlSVaOTG qEG0DwcVQqdpGJUKmepLhb8hMtOxRDqE0B28JvQ6AkvEuodic2VaUhJf4aT1iGhOR45x S5r5IHiv3m5cVhckIR4l6x3w986iNjNmL6hTA= MIME-Version: 1.0 Sender: mat.macy@gmail.com Received: by 10.100.205.15 with SMTP id c15mr1953187ang.5.1244668076221; Wed, 10 Jun 2009 14:07:56 -0700 (PDT) In-Reply-To: <200906100923.42093.jhb@freebsd.org> References: <200906100121.n5A1LWVO089719@svn.freebsd.org> <3c1674c90906100008i4c632312j32f223b8aca14934@mail.gmail.com> <86ljo0wgnv.fsf@ds4.des.no> <200906100923.42093.jhb@freebsd.org> Date: Wed, 10 Jun 2009 14:07:56 -0700 X-Google-Sender-Auth: 20744c0e9fe480eb Message-ID: <3c1674c90906101407o7a0470f6gdd9e323dd34ca19b@mail.gmail.com> From: Kip Macy To: John Baldwin Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@freebsd.org, =?ISO-8859-1?Q?Dag=2DErling_Sm=F8rgrav?= , svn-src-all@freebsd.org, src-committers@freebsd.org, Dmitry Morozovsky Subject: Re: svn commit: r193878 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jun 2009 21:07:58 -0000 > Yes, you can simply do a TUNABLE_INT_FETCH() after the initial calculatio= n to > honor any user override. =A0Many existing settings already work this way = where > the user can override the auto-tuned value (e.g. all the buffer-cache tun= ing > settings). Forgot about - thanks. -Kip