summaryrefslogtreecommitdiff
path: root/usr/src/lib/libzpool
diff options
context:
space:
mode:
authorDan Kimmel <dan.kimmel@delphix.com>2017-04-17 15:38:31 -0700
committerMatthew Ahrens <mahrens@delphix.com>2017-04-21 10:50:45 -0700
commit660946868929e02041af7b5b1c3e14f547c53f11 (patch)
tree908bc577cf1bbc0b06eaac8db4fb955356cae461 /usr/src/lib/libzpool
parentdf950592be5771afa05177cbbef90ff275f2526f (diff)
downloadillumos-joyent-660946868929e02041af7b5b1c3e14f547c53f11.tar.gz
8021 ARC buf data scatter-ization
Reviewed by: Matthew Ahrens mahrens@delphix.com Reviewed by: George Wilson george.wilson@delphix.com Reviewed by: Paul Dagnelie pcd@delphix.com Reviewed by: John Kennedy john.kennedy@delphix.com Reviewed by: Prakash Surya prakash.surya@delphix.com Reviewed by: Prashanth Sreenivasa pks@delphix.com Reviewed by: Pavel Zakharov pavel.zakharov@delphix.com Reviewed by: Chris Williamson chris.williamson@delphix.com Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src/lib/libzpool')
-rw-r--r--usr/src/lib/libzpool/common/llib-lzpool2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/lib/libzpool/common/llib-lzpool b/usr/src/lib/libzpool/common/llib-lzpool
index d0421bea94..3636b4e76e 100644
--- a/usr/src/lib/libzpool/common/llib-lzpool
+++ b/usr/src/lib/libzpool/common/llib-lzpool
@@ -61,6 +61,7 @@
#include <sys/dsl_destroy.h>
#include <sys/dsl_userhold.h>
#include <sys/blkptr.h>
+#include <sys/abd.h>
extern uint64_t metaslab_gang_bang;
extern uint64_t metaslab_df_alloc_threshold;
@@ -68,3 +69,4 @@ extern boolean_t zfeature_checks_disable;
extern uint64_t zfs_deadman_synctime_ms;
extern int metaslab_preload_limit;
extern boolean_t zfs_compressed_arc_enabled;
+extern boolean_t zfs_abd_scatter_enabled;