svn commit: r325040 - head/sys/cam/nvme
Alan Somers
asomers at freebsd.org
Fri Oct 27 15:05:56 UTC 2017
On Fri, Oct 27, 2017 at 8:57 AM, Warner Losh <imp at freebsd.org> 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.
More information about the svn-src-head
mailing list