]> granicus.if.org Git - zfs/blobdiff - module/zfs/vdev_root.c
OpenZFS 7614, 9064 - zfs device evacuation/removal
[zfs] / module / zfs / vdev_root.c
index 5db157d745203fa7f9a4a7180617a99275af3142..8ac9ce1878cda895bc3cb1bb0d5b3b859b2a7704 100644 (file)
@@ -24,7 +24,7 @@
  */
 
 /*
- * Copyright (c) 2013 by Delphix. All rights reserved.
+ * Copyright (c) 2012, 2014 by Delphix. All rights reserved.
  */
 
 #include <sys/zfs_context.h>
@@ -118,6 +118,7 @@ vdev_ops_t vdev_root_ops = {
        NULL,
        NULL,
        NULL,
+       NULL,
        VDEV_TYPE_ROOT,         /* name of this vdev type */
        B_FALSE                 /* not a leaf vdev */
 };