From owner-svn-src-head@FreeBSD.ORG Fri Oct 3 17:17:20 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 2DF27229; Fri, 3 Oct 2014 17:17:20 +0000 (UTC) Received: from mail-wg0-x22d.google.com (mail-wg0-x22d.google.com [IPv6:2a00:1450:400c:c00::22d]) (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 2981CAB4; Fri, 3 Oct 2014 17:17:19 +0000 (UTC) Received: by mail-wg0-f45.google.com with SMTP id m15so2071050wgh.16 for ; Fri, 03 Oct 2014 10:17:17 -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=NcOBy7nZWo49ANbYwczU+sBG9LKZDBbfbRCoDdTOCzo=; b=epHoIRz3GB7oQd8RKgWg1Rpfh5F1Bt9LnjvPaFqPmDhgIXqdjRSIB3N/sfKL0fZ9X3 A8L94soaubQiNonnbo+Ad+DJDdx2+SsSKUmG77COyF7Jmi58fMNdauPepjKZks0Ceikf GPFoed5YEgfrS1uANYXR57res9GnPLSZ6Pl9HmGDe1SAZ8iJcHPhnkJxrinSvEP0Jo4x 3Alspf72fUqMiGckhMUwEOzlD2X6UKXLaWQqYoPqNjudJkOhnMJUxfBkEsYyDHYQs25T Ii5HTq9EVYVW9mgmOCjcTLrRPzB795PBcEQPceJraQlSJnaMC7IEUbTFjWvOSU+SDEh6 hnDA== MIME-Version: 1.0 X-Received: by 10.180.102.7 with SMTP id fk7mr14114611wib.77.1412356637370; Fri, 03 Oct 2014 10:17:17 -0700 (PDT) Received: by 10.216.159.193 with HTTP; Fri, 3 Oct 2014 10:17:17 -0700 (PDT) Received: by 10.216.159.193 with HTTP; Fri, 3 Oct 2014 10:17:17 -0700 (PDT) Reply-To: araujo@FreeBSD.org In-Reply-To: <542ED903.30808@FreeBSD.org> References: <201410030224.s932OfSw059966@svn.freebsd.org> <542ED903.30808@FreeBSD.org> Date: Sat, 4 Oct 2014 01:17:17 +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: Bryan Drewery 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, Marcelo Araujo 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:17:20 -0000 Hey, Yes I have, you could check here: https://reviews.freebsd.org/D798 I should added the phabric on the commit log. My bad! 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 > >