From owner-svn-src-all@freebsd.org Wed Feb 3 17:38:32 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3BBF7A9724E; Wed, 3 Feb 2016 17:38:32 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-yk0-f179.google.com (mail-yk0-f179.google.com [209.85.160.179]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 126F317FA; Wed, 3 Feb 2016 17:38:31 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-yk0-f179.google.com with SMTP id z13so25487332ykd.0; Wed, 03 Feb 2016 09:38:31 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=d8sBs1M3qgbSFMACRIHmnehx8oOjvnGY04Sa3VrYNSA=; b=Umcx2qK7ccBAXv4OncHuJYOpTWY+NMpRyUbKmdDo5lWtHVHzWLUAvporC2nUiaeaAo SIHu1CBuBl9v91FKo0ZSBlhVUCO1Oc0KsbPxDrzVptgcM8/ozqQ3JBur75JrZOH7r6eg OYBskpDppZhCIN1ooiGWvysOEpDsPgJFSYDmE6/V90FN23Ja1MRtUhjDTElAly+dKVa5 ciC4my5Mnrpj2cL6fCWdRt0S/96aLHV4/JGHMxy1pLi8qnJ8/N9wYv6W48nwKXN8hDgI 5riacYiQyfj6Ao1CLh6CfRc4anMOhIYvq+UF0Gp6CtkaKblBwuEFCDtXdQKtYij2+Gg0 4cdg== X-Gm-Message-State: AG10YOTWJnu3KSm9u4O9onFQWLmeZXe/n342SxfW1+1vvrKUbN2UqyNbvsoqg0m1wWKmjw== X-Received: by 10.37.15.130 with SMTP id 124mr1772834ybp.84.1454521110559; Wed, 03 Feb 2016 09:38:30 -0800 (PST) Received: from mail-yk0-f170.google.com (mail-yk0-f170.google.com. [209.85.160.170]) by smtp.gmail.com with ESMTPSA id d145sm3901603ywb.54.2016.02.03.09.38.30 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 03 Feb 2016 09:38:30 -0800 (PST) Received: by mail-yk0-f170.google.com with SMTP id z13so25487028ykd.0; Wed, 03 Feb 2016 09:38:30 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.37.82.8 with SMTP id g8mr1741777ybb.91.1454521109974; Wed, 03 Feb 2016 09:38:29 -0800 (PST) Reply-To: cem@FreeBSD.org Received: by 10.37.4.23 with HTTP; Wed, 3 Feb 2016 09:38:29 -0800 (PST) In-Reply-To: <201602031431.u13EVNaL074412@repo.freebsd.org> References: <201602031431.u13EVNaL074412@repo.freebsd.org> Date: Wed, 3 Feb 2016 09:38:29 -0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r295209 - head/sys/fs/ext2fs From: Conrad Meyer To: "Pedro F. Giffuni" Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Feb 2016 17:38:32 -0000 On Wed, Feb 3, 2016 at 6:31 AM, Pedro F. Giffuni wrote: > Author: pfg > Date: Wed Feb 3 14:31:23 2016 > New Revision: 295209 > URL: https://svnweb.freebsd.org/changeset/base/295209 > > Log: > Revert r294695: > ext2fs: passthrough any extra timestamps to the dinode struct. > > While it passed the classic testing, the change appears to have > caused some regression and still requires some more precautions. > > PR: 206820 What's the classic testing =E2=80=94 xfstests or something more/less thorou= gh? I was going to ask what the regression was, but then I noticed the PR numbe= r. Thanks, Conrad