From owner-svn-src-head@freebsd.org Wed Oct 18 07:59:01 2017 Return-Path: Delivered-To: svn-src-head@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 99A84E2F41F; Wed, 18 Oct 2017 07:59:01 +0000 (UTC) (envelope-from rlibby@gmail.com) Received: from mail-pf0-f169.google.com (mail-pf0-f169.google.com [209.85.192.169]) (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 733426F270; Wed, 18 Oct 2017 07:59:01 +0000 (UTC) (envelope-from rlibby@gmail.com) Received: by mail-pf0-f169.google.com with SMTP id z11so3370858pfk.4; Wed, 18 Oct 2017 00:59:01 -0700 (PDT) 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=JreTbvB+pz2AMa3Gbe5m9qp5rxRhArHyPwh5vLW3O7Y=; b=SwEfz/Su+7Fh/YBcop4PLjepDbsqnen80Lwj718Iq+QfIGXyxGMxZDnXxaW2JcIbtK mBqNd3wbNQlCl1h6yesGRFElFvBLfxFm8dblQai/8OPTSidNpcPSX21IkChDG9CLgplw bCDiIzlxiIViFWiZLTloE67dwUaOqYZ43j9pyYPaDro1ejxDSI2ZYU/ItAOpg1rQkEYS 1mB3y/2Qsj7pfZo2Qodslmgu8PDcAAjjk4jltZACkNGr+f4cK+R1ysjQascA4QtFu5gA 1oIvro8cGi8ksPhCQ77MTtH6BaMoRm1rRwP4oh6vPjaq2LWQblrnXr9b9HrYbFpcBTUI LMPg== X-Gm-Message-State: AMCzsaWhN1/JGWa/NGObs7M6HUBluol6cNRGqPqsjzsg+mvzTzDvjYxH jpA4Jlch9WLXVBs0w4MorJaaDpCL X-Received: by 10.99.146.76 with SMTP id s12mr13374903pgn.354.1508311740155; Wed, 18 Oct 2017 00:29:00 -0700 (PDT) Received: from mail-pg0-f53.google.com (mail-pg0-f53.google.com. [74.125.83.53]) by smtp.gmail.com with ESMTPSA id 81sm23116105pfh.145.2017.10.18.00.28.59 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 18 Oct 2017 00:28:59 -0700 (PDT) Received: by mail-pg0-f53.google.com with SMTP id k7so3576461pga.3; Wed, 18 Oct 2017 00:28:59 -0700 (PDT) X-Google-Smtp-Source: AOwi7QDJMH0oeOjKU3RUwk5VzfgRUpiYdFZugN1biROeSek1PFfECbvOpyIhPz2rIxIcaY8kBunnsRmj4JmddWKZ++w= X-Received: by 10.99.52.194 with SMTP id b185mr12873350pga.170.1508311738835; Wed, 18 Oct 2017 00:28:58 -0700 (PDT) MIME-Version: 1.0 Received: by 10.100.180.131 with HTTP; Wed, 18 Oct 2017 00:28:58 -0700 (PDT) In-Reply-To: References: <201710180041.v9I0fNWH031268@repo.freebsd.org> From: Ryan Libby Date: Wed, 18 Oct 2017 00:28:58 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r324713 - head/sys/fs/ext2fs To: Fedor Uporov Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 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: Wed, 18 Oct 2017 07:59:01 -0000 On Tue, Oct 17, 2017 at 11:21 PM, Fedor Uporov wrote: > Ryan, > > Seems like, I lost the dual declaration when made the merging and then did > not check the gcc build. > > Thanks for fix. > No problem. Welcome aboard.