summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/fs/zfs/vdev_missing.c
diff options
context:
space:
mode:
authorPrashanth Sreenivasa <pks@delphix.com>2016-09-22 09:30:13 -0700
committerPrakash Surya <prakash.surya@delphix.com>2018-01-10 08:00:10 -0800
commit5cabbc6b49070407fb9610cfe73d4c0e0dea3e77 (patch)
tree2348a2b4993b5a1f269cff4e010fcbcac97f18b4 /usr/src/uts/common/fs/zfs/vdev_missing.c
parenteb9c32327f4caf584b309530acc3df1b67f1d286 (diff)
downloadillumos-joyent-5cabbc6b49070407fb9610cfe73d4c0e0dea3e77.tar.gz
7614 zfs device evacuation/removal
Reviewed by: Alex Reece <alex@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: John Kennedy <john.kennedy@delphix.com> Reviewed by: Prakash Surya <prakash.surya@delphix.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Richard Laager <rlaager@wiktel.com> Reviewed by: Tim Chase <tim@chase2k.com> Approved by: Garrett D'Amore <garrett@damore.org>
Diffstat (limited to 'usr/src/uts/common/fs/zfs/vdev_missing.c')
-rw-r--r--usr/src/uts/common/fs/zfs/vdev_missing.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/uts/common/fs/zfs/vdev_missing.c b/usr/src/uts/common/fs/zfs/vdev_missing.c
index 2287573342..d7d017fb8f 100644
--- a/usr/src/uts/common/fs/zfs/vdev_missing.c
+++ b/usr/src/uts/common/fs/zfs/vdev_missing.c
@@ -88,6 +88,7 @@ vdev_ops_t vdev_missing_ops = {
NULL,
NULL,
NULL,
+ NULL,
VDEV_TYPE_MISSING, /* name of this vdev type */
B_TRUE /* leaf vdev */
};
@@ -101,6 +102,7 @@ vdev_ops_t vdev_hole_ops = {
NULL,
NULL,
NULL,
+ NULL,
VDEV_TYPE_HOLE, /* name of this vdev type */
B_TRUE /* leaf vdev */
};