From owner-svn-src-head@freebsd.org Fri Oct 27 15:05:56 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 7A0DAE47B8E; Fri, 27 Oct 2017 15:05:56 +0000 (UTC) (envelope-from asomers@gmail.com) Received: from mail-lf0-x22b.google.com (mail-lf0-x22b.google.com [IPv6:2a00:1450:4010:c07::22b]) (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 0E2786940A; Fri, 27 Oct 2017 15:05:55 +0000 (UTC) (envelope-from asomers@gmail.com) Received: by mail-lf0-x22b.google.com with SMTP id n69so7758232lfn.2; Fri, 27 Oct 2017 08:05:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=fKmNi3OkWHTMZy+uNnF7xtFrIVmO6VAY3m5A85ayCsU=; b=lVCs5LOmz3ctvPVa8v7Naw3PrDpN9ponh/dxYGaex6RJB93KekOffFNTx1rk04J0Io g3ri/Z03yHD/r5WEzYpz+VkzqaSCee9Q0SNJTPrQLyopkaZ9rltaEUlAbre51Z6cpmXO KsgUJ0a4z4So2qh4n4Sv7fXn7ZSVHx6VZjWKFu88TAcl7hy/p0dsIA9t19/As2jzwDsy +W1MqmxKTypLDYyQ/kFXtq3gJtxczIv8H+7FC1BPPh4LvAwpbAXgfU8xs39sJDNVvuLR 0Qlwne90gL+kDPAxR13JOduinRDO4N/85i8tZi2yx3d05n4dfTL6u7Ja/y32II3mWHTJ zNzA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=fKmNi3OkWHTMZy+uNnF7xtFrIVmO6VAY3m5A85ayCsU=; b=BiTsXxHS4NkbRIRuMz8Ax5OvHfVX0zCKZEvzlJgLBUchKmHAMZR68qVR0+T2KhCm9+ XuYtA+zehP6kh9uUCd9onPOYuRneTlhRYQUfROMNGt/s7E99DzF7CyuPK6oWCWtY0ZZg PWmX9gai9M4AIuTG60C5XnozeOyLBqwm2LttHFUa3u4F+XrrUmyHUSBBdreSsaIskaKD eVVkQaUAIWc2lVfczQ2y2LVZ8DR6mSMhpVs2PwPhGhaITC0xhEvMvPphQETFhMnjHtvG vhhDeVZD7B3ayu4Ucz0hI4D/3qXQ2C2qNK+72tk5cIiB7jbLevWWoL/T3nGaV/01EXxU /dUw== X-Gm-Message-State: AMCzsaULqxaIWrjd4omRM3TQHJRoarilqyAwxNKvxV4qoxqFKqk6mTo1 PWV1XvEyMBfReLLUPjCyYF3B0Wat19fwYhQDe8c= X-Google-Smtp-Source: ABhQp+TIsHwSZNHjKyTpCGpD4OSPJ14cHAkQbDWhxOXNELIiu+MO+FQHONaVUd3AFNtu0Q4Y5s/OI8icSW5cwVFu4y4= X-Received: by 10.46.66.198 with SMTP id h67mr341550ljf.108.1509116753769; Fri, 27 Oct 2017 08:05:53 -0700 (PDT) MIME-Version: 1.0 Sender: asomers@gmail.com Received: by 10.179.93.24 with HTTP; Fri, 27 Oct 2017 08:05:53 -0700 (PDT) In-Reply-To: <201710271457.v9REvcNr006595@repo.freebsd.org> References: <201710271457.v9REvcNr006595@repo.freebsd.org> From: Alan Somers Date: Fri, 27 Oct 2017 09:05:53 -0600 X-Google-Sender-Auth: mV9JuOXJeNhuTMM8lw-Lcy3NpE4 Message-ID: Subject: Re: svn commit: r325040 - head/sys/cam/nvme To: Warner Losh Cc: "src-committers@freebsd.org" , "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: Fri, 27 Oct 2017 15:05:56 -0000 On Fri, Oct 27, 2017 at 8:57 AM, Warner Losh wrote: > Author: imp > Date: Fri Oct 27 14:57:38 2017 > New Revision: 325040 > URL: https://svnweb.freebsd.org/changeset/base/325040 > > Log: > nvd alias has caused some problems, revert it for the moment. > > Sponsored by: Netflix > > Modified: > head/sys/cam/nvme/nvme_da.c > > Modified: head/sys/cam/nvme/nvme_da.c > ============================================================================== > --- head/sys/cam/nvme/nvme_da.c Fri Oct 27 14:57:14 2017 (r325039) > +++ head/sys/cam/nvme/nvme_da.c Fri Oct 27 14:57:38 2017 (r325040) > @@ -794,7 +794,7 @@ ndaregister(struct cam_periph *periph, void *arg) > /* > * Add alias for older nvd drives to ease transition. > */ > - disk_add_alias(disk, "nvd"); > + /* disk_add_alias(disk, "nvd"); Have reports of this causing problems */ > > /* > * Acquire a reference to the periph before we register with GEOM. Is there a PR? If so, please link the PR from the comment.