From owner-svn-src-stable@freebsd.org Thu Apr 27 22:00:58 2017 Return-Path: Delivered-To: svn-src-stable@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 1C80FD53E36; Thu, 27 Apr 2017 22:00:58 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-qk0-x230.google.com (mail-qk0-x230.google.com [IPv6:2607:f8b0:400d:c09::230]) (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 CB1DC13A9; Thu, 27 Apr 2017 22:00:57 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mail-qk0-x230.google.com with SMTP id u75so39320632qka.3; Thu, 27 Apr 2017 15:00:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=tTTi5QWEoDXuX7IPsl6TQHlr8lN6kuSAGGm8+oUuBeE=; b=L2c4kffnNH5rBusyutEXAySfvDUtj5wLq70P8u6B8WZTvOJ7wYapVprlt4zXwjOnfM CLvC9yb/jk5WdHYnaoYCwVN5j39MyKyn5qh44fokn+gd/lznaYTaoinqltowBI1CcnHQ 1HbCkf8TGbR2Qjy+UsFspqsnYlKoXDVP/MDKdn+8Kxyi0KUkLgEA3VX21Ax6kzLb1amm n5IGe716XTcm8ukFERg7JKXek1hw26MSQ/QVhNnqx2ww92EZD5/D8II5QzkeMVgV96wb edYlcLfs0HLwh+gmZ6YN+PQMQoexY+PWPUVePOaHyRCVPdps8bLr0blaFouT39tM/cbS /kzQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=tTTi5QWEoDXuX7IPsl6TQHlr8lN6kuSAGGm8+oUuBeE=; b=ql/5/r9t8puSfddr9Cm+P79Ok+kfBvtvhm2mLuvQFOf8Voq5fBhtb4dlxP5Rw+miKk CQh7rYZBRwikkqH4pAA2pkbyFGrdlwQu8mf6ISMmJ6tJ6ee3Nxhx7Qf/K86Fy+Gl9RkB B+2clOJS9VG/+BaUlq9SmkEEbrXafGvuv8wTqZvYXTKq9im06LO/wgMFfKGNWXYHkp+e GL/h8Xlil9mWy1Ay+ph5qUYoI5Ezs3XWSvEgUeAGZpSX5Lo8axSRPfdiPnhQiPeG7Dm1 biduqY7L8nsT3nUNxY1nTcZb7wZH1EZNPI7+q5CpdtnlRhWMLo18NwNlkPdPx/gCXLJV H5Sg== X-Gm-Message-State: AN3rC/72oGjDbICq6t8AVie1/TERLhOAAZRgvZyjYdBiBe2Bm6TtaGTm EBdHzp/fQTqrMD9CmNY8+og1Z5RNKesK X-Received: by 10.55.78.18 with SMTP id c18mr7640832qkb.297.1493330456763; Thu, 27 Apr 2017 15:00:56 -0700 (PDT) MIME-Version: 1.0 Received: by 10.140.93.83 with HTTP; Thu, 27 Apr 2017 15:00:56 -0700 (PDT) In-Reply-To: References: <201703090247.v292l1Ws098712@repo.freebsd.org> From: Ngie Cooper Date: Thu, 27 Apr 2017 15:00:56 -0700 Message-ID: Subject: Re: svn commit: r314937 - in stable/10/sys: fs/ext2fs modules/ext2fs To: Ed Maste Cc: "Pedro F. Giffuni" , "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-stable@freebsd.org" , "svn-src-stable-10@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Apr 2017 22:00:58 -0000 On Thu, Apr 27, 2017 at 1:52 PM, Ed Maste wrote: > On 8 March 2017 at 21:47, Pedro F. Giffuni wrote: >> Author: pfg >> Date: Thu Mar 9 02:47:01 2017 >> New Revision: 314937 >> URL: https://svnweb.freebsd.org/changeset/base/314937 >> >> Log: >> Revert 294545: >> Bringing back ext4: add support for reading sparse files > > Tinderbox is broken on GCC architectures, e.g. from powerpc.LINT64: > > In file included from /scratch/tmp/emaste/freebsd/sys/fs/ext2fs/inode.h:46, > from /scratch/tmp/emaste/freebsd/sys/fs/ext2fs/ext2_alloc.c:50: > /scratch/tmp/emaste/freebsd/sys/fs/ext2fs/ext2_extents.h:91: warning: > declaration does not declare anything ... because of anonymous unions not being supported in gcc 4.2.1. HTH, -Ngie