summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMatthew Macy <[email protected]>2019-12-09 12:29:56 -0800
committerBrian Behlendorf <[email protected]>2019-12-09 12:29:56 -0800
commit3c502d3b75a092dbfeacce9e1a93a985bedbbb2a (patch)
treec3648e8cec231132a140bc7184ad9e2983903ab0 /include
parentea79e90f995e53357f68885fda03ea10713ef08d (diff)
Exclude data from cores unconditionally and metadata conditionally
This change allows us to align the code dump logic across platforms. Reviewed-by: Jorgen Lundman <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Don Brady <[email protected]> Signed-off-by: Matt Macy <[email protected]> Closes #9691
Diffstat (limited to 'include')
-rw-r--r--include/sys/zio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sys/zio.h b/include/sys/zio.h
index 3ecaced74..46f90a062 100644
--- a/include/sys/zio.h
+++ b/include/sys/zio.h
@@ -269,6 +269,7 @@ enum zio_wait_type {
typedef void zio_done_func_t(zio_t *zio);
+extern int zio_exclude_metadata;
extern int zio_dva_throttle_enabled;
extern const char *zio_type_name[ZIO_TYPES];