From owner-svn-src-head@FreeBSD.ORG Fri Oct 3 17:29:19 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D0A8C9E1; Fri, 3 Oct 2014 17:29:19 +0000 (UTC) Received: from mail-wi0-x22e.google.com (mail-wi0-x22e.google.com [IPv6:2a00:1450:400c:c05::22e]) (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 A8BEBBE0; Fri, 3 Oct 2014 17:29:18 +0000 (UTC) Received: by mail-wi0-f174.google.com with SMTP id cc10so7893294wib.13 for ; Fri, 03 Oct 2014 10:29:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=4IgHtERnFJru8S22fuElpAwubPjIGqhteDt46hhFtA4=; b=vSsGofW7ZJ3+ey6KTcMwzKqNNvXDAI1ILOgqA2TCe+LLvNwOoKO2HAdvCleSaJEqMI sJfgLxsR2h3Zpo1+B6i2TrLeYvjRZkLhfxIemPFmqKalyF2JugwACdkH1bTv+gq2sJWC Fw0ibDbsFfDsnBjpHLFTLEhutTSrF4qG6VWneetj8qjqt64K3aUi4jylR7ts/qxjEFT8 5F/QHucW8HQYBh478H+/JP5FG8Cbhuw9ZxoiP8lp7jRDhUf4lyLQJdeX/Jc2FXa2hMbD mVowz/EWeLkoXxjkEN1QbdT9FP21aKK+jKl0uGApIAe1HmzNfyzfecPIl0Ez77/GThs8 8Kwg== MIME-Version: 1.0 X-Received: by 10.180.189.84 with SMTP id gg20mr13850232wic.37.1412357356820; Fri, 03 Oct 2014 10:29:16 -0700 (PDT) Received: by 10.216.159.193 with HTTP; Fri, 3 Oct 2014 10:29:16 -0700 (PDT) Received: by 10.216.159.193 with HTTP; Fri, 3 Oct 2014 10:29:16 -0700 (PDT) Reply-To: araujo@FreeBSD.org In-Reply-To: <1412357004.12052.86.camel@revolution.hippie.lan> References: <201410030224.s932OfSw059966@svn.freebsd.org> <542ED903.30808@FreeBSD.org> <1412357004.12052.86.camel@revolution.hippie.lan> Date: Sat, 4 Oct 2014 01:29:16 +0800 Message-ID: Subject: Re: svn commit: r272467 - in head/sys: cddl/contrib/opensolaris/uts/common/fs/zfs fs/nfs fs/nfsserver From: Marcelo Araujo To: Ian Lepore Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, araujo@freebsd.org, Bryan Drewery 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, 03 Oct 2014 17:29:19 -0000 Sure, noted! Thanks. On Oct 4, 2014 1:23 AM, "Ian Lepore" wrote: > On Sat, 2014-10-04 at 01:17 +0800, Marcelo Araujo wrote: > > Hey, > > > > Yes I have, you could check here: https://reviews.freebsd.org/D798 > > > > I should added the phabric on the commit log. My bad! > > > > IMO, no amount of verbiage in phabricator linked to from a commit > message is a substitute for a proper detailed commit message. > > -- Ian > > > Best Regards, > > On Oct 4, 2014 1:12 AM, "Bryan Drewery" wrote: > > > > > On 10/2/2014 9:24 PM, Marcelo Araujo wrote: > > > > Author: araujo (ports committer) > > > > Date: Fri Oct 3 02:24:41 2014 > > > > New Revision: 272467 > > > > URL: https://svnweb.freebsd.org/changeset/base/272467 > > > > > > > > Log: > > > > Fix failures and warnings reported by newpynfs20090424 test tool. > > > > This fix addresses only issues with the pynfs reports, none of > these > > > > issues are know to create problems for extant real clients. > > > > > > Do you have more details than "fix bugs"? :) > > > > > > Even which failures were fixed would be helpful to document. > > > > > > > > > > > Submitted by: Bart Hsiao > > > > Reworked by: myself > > > > Reviewed by: rmacklem > > > > Approved by: rmacklem > > > > Sponsored by: QNAP Systems Inc. > > > > > > > > > > > > > -- > > > Regards, > > > Bryan Drewery > > > > > > > > >