From owner-svn-src-head@FreeBSD.ORG Thu Jun 6 14:49:05 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 38F9AD4A; Thu, 6 Jun 2013 14:49:05 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) by mx1.freebsd.org (Postfix) with ESMTP id 175E617E6; Thu, 6 Jun 2013 14:49:05 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 1B639B993; Thu, 6 Jun 2013 10:49:02 -0400 (EDT) From: John Baldwin To: src-committers@freebsd.org Subject: Re: svn commit: r251470 - head/sys/kern Date: Thu, 6 Jun 2013 10:46:33 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p25; KDE/4.5.5; amd64; ; ) References: <201306061443.r56EhJoc081411@svn.freebsd.org> In-Reply-To: <201306061443.r56EhJoc081411@svn.freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201306061046.33438.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Thu, 06 Jun 2013 10:49:02 -0400 (EDT) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 06 Jun 2013 14:49:05 -0000 On Thursday, June 06, 2013 10:43:19 am John Baldwin wrote: > Author: jhb > Date: Thu Jun 6 14:43:19 2013 > New Revision: 251470 > URL: http://svnweb.freebsd.org/changeset/base/251470 > > Log: > Do not compare the existing mask of a cpuset with a new mask when changing > the mask of a cpuset. Also, change the cpuset's mask before updating the > masks of all children. Previously changing a cpuset's mask first required > setting the mask to a super-set of both the old and new masks and then > changing it a second time to the new mask. Oof, meant to add: Reviewed by: davidxu MFC after: 1 week -- John Baldwin