summaryrefslogtreecommitdiffstats
path: root/include/sys/vdev.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/vdev.h')
-rw-r--r--include/sys/vdev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/vdev.h b/include/sys/vdev.h
index 941f234dc..dd5842a36 100644
--- a/include/sys/vdev.h
+++ b/include/sys/vdev.h
@@ -43,7 +43,7 @@ typedef enum vdev_dtl_type {
DTL_TYPES
} vdev_dtl_type_t;
-extern boolean_t zfs_nocacheflush;
+extern int zfs_nocacheflush;
extern int vdev_open(vdev_t *);
extern void vdev_open_children(vdev_t *);