]> git.proxmox.com Git - mirror_zfs.git/blobdiff - include/sys/vdev_impl.h
vdev probe to slow disk can stall mmp write checker
[mirror_zfs.git] / include / sys / vdev_impl.h
index 95164c4546bb36e3583e35b1901bd719797dbce5..57ff31e89eb99c5ebc8a30ad17cece6b19f346ae 100644 (file)
@@ -273,7 +273,7 @@ struct vdev {
        txg_list_t      vdev_dtl_list;  /* per-txg dirty DTL lists      */
        txg_node_t      vdev_txg_node;  /* per-txg dirty vdev linkage   */
        boolean_t       vdev_remove_wanted; /* async remove wanted?     */
-       boolean_t       vdev_probe_wanted; /* async probe wanted?       */
+       boolean_t       vdev_fault_wanted; /* async faulted wanted?     */
        list_node_t     vdev_config_dirty_node; /* config dirty list    */
        list_node_t     vdev_state_dirty_node; /* state dirty list      */
        uint64_t        vdev_deflate_ratio; /* deflation ratio (x512)   */