diff options
author | Toomas Soome <tsoome@FreeBSD.org> | 2019-08-08 18:08:13 +0000 |
---|---|---|
committer | Toomas Soome <tsoome@FreeBSD.org> | 2019-08-08 18:08:13 +0000 |
commit | b1b93268466688ef41e6564804459945e3dd134d (patch) | |
tree | 955f512dbc522b9e68a9a9be6ac4410c4a911cf5 /stand/i386/zfsboot/Makefile | |
parent | 56abac3fc39ec44e4310782a8fe0ee90e71e419e (diff) | |
download | src-b1b93268466688ef41e6564804459945e3dd134d.tar.gz src-b1b93268466688ef41e6564804459945e3dd134d.zip |
loader: support com.delphix:removing
We should support removing vdev from boot pool. Update loader zfs reader
to support com.delphix:removing.
Reviewed by: allanjude
MFC after: 2 weeks
Differential Revision: https://reviews.freebsd.org/D18901
Notes
Notes:
svn path=/head/; revision=350772
Diffstat (limited to 'stand/i386/zfsboot/Makefile')
-rw-r--r-- | stand/i386/zfsboot/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stand/i386/zfsboot/Makefile b/stand/i386/zfsboot/Makefile index f4990719a753..5c1379c672f8 100644 --- a/stand/i386/zfsboot/Makefile +++ b/stand/i386/zfsboot/Makefile @@ -27,6 +27,7 @@ CFLAGS+=-DBOOTPROG=\"zfsboot\" \ -I${ZFSSRC} \ -I${SYSDIR}/crypto/skein \ -I${SYSDIR}/cddl/boot/zfs \ + -I${SYSDIR}/cddl/contrib/opensolaris/uts/common \ -I${BOOTSRC}/i386/boot2 \ -Wall -Waggregate-return -Wbad-function-cast -Wno-cast-align \ -Wmissing-declarations -Wmissing-prototypes -Wnested-externs \ |