svn commit: r309368 - stable/11/sys/boot/zfs

Oleksandr Tymoshenko gonzo at bluezbox.com
Thu Dec 1 20:01:57 UTC 2016


> On Dec 1, 2016, at 11:06 AM, Toomas Soome <tsoome at FreeBSD.org> wrote:
> 
> Author: tsoome
> Date: Thu Dec  1 19:06:09 2016
> New Revision: 309368
> URL: https://svnweb.freebsd.org/changeset/base/309368
> 
> Log:
>  MFC r308776
> 
>  loader: zfs toplevel vdev must have spa set.
> 
>  PR:		214375
>  Reported by:	lstewart
>  Reviewed by:	allanjude, imp
>  Approved by:	allanjude (mentor), imp (mentor)
>  Differential Revision:	https://reviews.freebsd.org/D8487

Hi Tom,

Looks like this commit breaks the build:

In file included from /src/FreeBSD/11/sys/boot/efi/loader/../../zfs/zfs.c:49:
/src/FreeBSD/11/sys/boot/efi/loader/../../zfs/zfsimpl.c:1021:13: error: no membe
r named 'spa' in 'struct vdev'
                top_vdev->spa = spa;
                ~~~~~~~~  ^





More information about the svn-src-all mailing list