From owner-freebsd-stable@FreeBSD.ORG Thu May 20 08:07:26 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD45A1065672 for ; Thu, 20 May 2010 08:07:26 +0000 (UTC) (envelope-from delphij@gmail.com) Received: from mail-pz0-f185.google.com (mail-pz0-f185.google.com [209.85.222.185]) by mx1.freebsd.org (Postfix) with ESMTP id 6D6C28FC1E for ; Thu, 20 May 2010 08:07:26 +0000 (UTC) Received: by pzk15 with SMTP id 15so4052037pzk.15 for ; Thu, 20 May 2010 01:07:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=SOQ26j0FLne7o+PP907Kb2PbtnDiS3e+MwYJNQurqoE=; b=AcW86TAV632tn3WaurlXhS1lSTNa6u2MmPHMXkPyripaZ4QxG7M5MnzFClT9ncSHIB 2h6LJ2y5DHwR0b7yKqTu6FBGHDyh92c7jNNb08pxKYwyqZIwOjZo6ru13wfjxhdeoyg4 psbCSoxfjYZ6F6pMzpoHBICAdpmILx4ZxbxTo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=KFxKpvryuDpdVJVE8aKSxtVbxhZuPOrmo0iCNYi+A5Er8O4oRISGDAiK0vtVtYFbDm OYguUXXauEJxUFBpbSk7MTQEXo99pcItAaaHZbtKMf99BJcqy8C8ElYCW/gOQ7gUWmn5 psYbMJqhu5XJexvWdUez7Q5tC8DY4WW9bNvDw= MIME-Version: 1.0 Received: by 10.141.53.11 with SMTP id f11mr7129587rvk.84.1274342845914; Thu, 20 May 2010 01:07:25 -0700 (PDT) Received: by 10.140.125.10 with HTTP; Thu, 20 May 2010 01:07:25 -0700 (PDT) In-Reply-To: References: Date: Thu, 20 May 2010 01:07:25 -0700 Message-ID: From: Xin LI To: Matthias Gamsjager Content-Type: text/plain; charset=UTF-8 Cc: freebsd-stable@freebsd.org Subject: Re: Build world and zfs related commits X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 May 2010 08:07:26 -0000 On Thu, May 20, 2010 at 12:12 AM, Matthias Gamsjager wrote: > Hello, > > Do I need to build world when a new ZFS related commit took place or > is a build kernel enough? > > eg svn commit: r208334: This one requires a full kernel+world build to fully benefit from the improvement. Most times if the change only covers sys/cdd/*/*.c, a kernel build is sufficient, but to avoid mismatches we do advise a full build if you are unsure. Cheers, -- Xin LI http://www.delphij.net