From owner-svn-src-head@FreeBSD.ORG Fri Nov 14 01:58:48 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DC9FF8E1; Fri, 14 Nov 2014 01:58:48 +0000 (UTC) Received: from mail-ig0-x235.google.com (mail-ig0-x235.google.com [IPv6:2607:f8b0:4001:c05::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A1D32960; Fri, 14 Nov 2014 01:58:48 +0000 (UTC) Received: by mail-ig0-f181.google.com with SMTP id l13so780315iga.14 for ; Thu, 13 Nov 2014 17:58:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Uv5p9KhdLsSR2nkUIlwr07oKS2cLJZC1Cs0MHquemxU=; b=Cj9o+7SRTme8uvLot7Fg+zUQkZNHhj/Ucj3GCdwqeTkPW086BE9pfnZZLXe4KzQaJy Kdwdjz6Px3m3v0Wrx/a5p6VlIQ7kGl+hSravZ5VCNOfbGCmLSol4cuRsBfOFpK2wRsgU tWogrwqtW9q4p7Pz37HaArM+fhWG/+VijaQmcFdDC8kHXFNgb0KACfuABwr8VxRsRoQ7 K6fa+lFYkGBJGA13qwJW9Rv71DijoGekL4tZRuNLuhVedr0yp0bhPeSsakDVeyWLoHLn F+7YdCBuJMMO84c9egbCo7WT0doqDb7xVfApiMhsjDFQB7RUyUQncAgvI102gTxQCmFP gqxQ== MIME-Version: 1.0 X-Received: by 10.42.206.4 with SMTP id fs4mr424259icb.90.1415930328189; Thu, 13 Nov 2014 17:58:48 -0800 (PST) Received: by 10.50.235.49 with HTTP; Thu, 13 Nov 2014 17:58:48 -0800 (PST) In-Reply-To: References: <201411132351.sADNpEZ0058958@svn.freebsd.org> Date: Thu, 13 Nov 2014 17:58:48 -0800 Message-ID: Subject: Re: svn commit: r274491 - head/sys/kern From: NGie Cooper To: Craig Rodrigues Content-Type: text/plain; charset=UTF-8 Cc: "svn-src-head@freebsd.org" , "freebsd-testing@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" , Jung-uk Kim X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 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: Fri, 14 Nov 2014 01:58:49 -0000 On Thu, Nov 13, 2014 at 4:39 PM, Craig Rodrigues wrote: > On Thu, Nov 13, 2014 at 3:51 PM, Jung-uk Kim wrote: > >> Author: jkim >> Date: Thu Nov 13 23:51:13 2014 >> New Revision: 274491 >> URL: https://svnweb.freebsd.org/changeset/base/274491 >> >> Log: >> Correct a typo to fix chown(2). It was broken since r274476. >> >> > > > After these commits: > > https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/1834/ > > these unit tests started failing: > > https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD-tests2/241/ > > Do you think your commit fixes it? I'm not entirely sure, but jkim's change is definitely correct.