From owner-svn-src-all@freebsd.org Fri Jun 23 12:15:24 2017 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 C7172DA3614; Fri, 23 Jun 2017 12:15:24 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: from mail-qt0-x230.google.com (mail-qt0-x230.google.com [IPv6:2607:f8b0:400d:c0d::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 83C878331C; Fri, 23 Jun 2017 12:15:24 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: by mail-qt0-x230.google.com with SMTP id i2so32776230qta.3; Fri, 23 Jun 2017 05:15:24 -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=8/YvjCIwCmfE+Phjz6dD/lRfgulAN1CEepH63LQA/yU=; b=Gxf8owZTrAGLR3/8GW8jo/lGJfLQyOL15/cchAICNz0nxzOlY1hcJVAl7pGagZ+KDT hnYTEdQyniSZCPNv0AT8Y7zRqFNaqoWUoJKDEHSGrOhTcH/9xr5Z+P9NaEfVCTW/Yemo JoVZiC6QraHW1xfepWV1m9qwx9zlOi7ahgoGHOeTnTgW/rgoPnR2hIlIm0TIe772HKB0 JvzJMFLA/p2fJzrUvmTMVNNd0kWo6qOWaqL13FfLxJ2iIgwri+h+uCJ9q9ERt8/LYfEI ST2GqcLQCMBFQkn/ZSCRm/2un8HcaUPnvtJmGUsmBh5ZHyxVqlq/PL/wRG7Y6e9BCc6i 1QXQ== 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=8/YvjCIwCmfE+Phjz6dD/lRfgulAN1CEepH63LQA/yU=; b=ODecCAH9bqBOSOaWIYTVfnxrr1cH8/F7IybOOnFgcmQwJUqE9v0hB9o3YQvCT8t0yW 4vcV/tP8Ac20dEtLJzHphqdCY2t+N9UtBuBTUcLg9diyzDaGxjqZIByUU44RV0KI9fiZ IsV8FV9DVfaBg+ziCciru22wI6PrNdyh0kN0kzuw96n7FMK8dwoOfDPyco00mho9Ku4m sKL9Z/QzKgeOCFcdPiQFPTUAXJwb6tZg8u9NnTFWfuToJCnFqBTd0yaAbW0ibZdWC7O3 5m32MC2L84fgF9fPV9s+Wo4kWwVZwPe09fwrl1h8NKekdGD0Aqd1Bdad0UinEygiNYCl uGwQ== X-Gm-Message-State: AKS2vOwJzt4HvKfIXRCdy/X4wgt+i3ENY4ZL0AIdgMKPkwZHV1DxKbCu ofsQS9CQiozduzJWtJbV1MJWLUXwFA== X-Received: by 10.200.42.121 with SMTP id l54mr9824994qtl.32.1498220123543; Fri, 23 Jun 2017 05:15:23 -0700 (PDT) MIME-Version: 1.0 Received: by 10.12.183.143 with HTTP; Fri, 23 Jun 2017 05:15:22 -0700 (PDT) Received: by 10.12.183.143 with HTTP; Fri, 23 Jun 2017 05:15:22 -0700 (PDT) In-Reply-To: <201706230842.v5N8grdQ015909@repo.freebsd.org> References: <201706230842.v5N8grdQ015909@repo.freebsd.org> From: Justin Hibbits Date: Fri, 23 Jun 2017 07:15:22 -0500 Message-ID: Subject: Re: svn commit: r320262 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs To: Andriy Gapon Cc: src-committers , svn-src-head@freebsd.org, svn-src-all@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 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: Fri, 23 Jun 2017 12:15:24 -0000 On Jun 23, 2017 03:43, "Andriy Gapon" wrote: Author: avg Date: Fri Jun 23 08:42:53 2017 New Revision: 320262 URL: https://svnweb.freebsd.org/changeset/base/320262 Log: fix gcc-specific fallout from r320156, MFV of r318946, ZFS ABD Reported by: jhibbits MFC after: 1 week X-MFC with: r320156 Modified: head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_label.c Thanks! - Justin