diff options
| author | Dan Kimmel <dan.kimmel@delphix.com> | 2017-04-17 15:38:31 -0700 |
|---|---|---|
| committer | Matthew Ahrens <mahrens@delphix.com> | 2017-05-18 10:15:51 -0700 |
| commit | 770499e185d15678ccb0be57ebc626ad18d93383 (patch) | |
| tree | 8d60a94f620a686803643a0dee342fc33c20a166 /usr/src/lib/libzpool | |
| parent | 7855d95b30fd903e3918bad5a29b777e765db821 (diff) | |
| download | illumos-joyent-770499e185d15678ccb0be57ebc626ad18d93383.tar.gz | |
8021 ARC buf data scatter-ization
8100 8021 seems to cause random BAD TRAP: type=d (#gp General protection)
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-lzpool | 2 |
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; |
