]> git.proxmox.com Git - mirror_zfs.git/blobdiff - module/zfs/vdev_root.c
OpenZFS 9102 - zfs should be able to initialize storage devices
[mirror_zfs.git] / module / zfs / vdev_root.c
index 9f86cbfa41341f15be40b1146e1b5b8f5f610fa5..e40b7ce8e4e8f3913e8e0567599c5d500bd8c311 100644 (file)
@@ -24,7 +24,7 @@
  */
 
 /*
- * Copyright (c) 2012, 2014 by Delphix. All rights reserved.
+ * Copyright (c) 2012, 2016 by Delphix. All rights reserved.
  */
 
 #include <sys/zfs_context.h>
@@ -150,6 +150,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 */
 };