summaryrefslogtreecommitdiff
path: root/usr/src/lib/libzpool
diff options
context:
space:
mode:
authorGeorge Wilson <george.wilson@delphix.com>2014-06-12 15:29:11 -0800
committerChristopher Siden <chris@delphix.com>2014-06-12 16:29:11 -0700
commit30beaff42d8240ebf5386e8b7a14e3d137a1631f (patch)
tree3cefa28276c6dce7c463d8f7b77766f0ee7d30f1 /usr/src/lib/libzpool
parentb89e420ae1290e425c29db875ec0c0546006eec7 (diff)
downloadillumos-joyent-30beaff42d8240ebf5386e8b7a14e3d137a1631f.tar.gz
4756 metaslab_group_preload() could deadlock
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Christopher Siden <christopher.siden@delphix.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Saso Kiselkov <saso.kiselkov@nexenta.com> Approved by: Garrett D'Amore <garrett@damore.org>
Diffstat (limited to 'usr/src/lib/libzpool')
-rw-r--r--usr/src/lib/libzpool/common/llib-lzpool3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/lib/libzpool/common/llib-lzpool b/usr/src/lib/libzpool/common/llib-lzpool
index 2872049eb5..e173e16658 100644
--- a/usr/src/lib/libzpool/common/llib-lzpool
+++ b/usr/src/lib/libzpool/common/llib-lzpool
@@ -24,7 +24,7 @@
*/
/*
- * Copyright (c) 2013 by Delphix. All rights reserved.
+ * Copyright (c) 2012, 2014 by Delphix. All rights reserved.
*/
/* LINTLIBRARY */
@@ -66,3 +66,4 @@ extern uint64_t metaslab_gang_bang;
extern uint64_t metaslab_df_alloc_threshold;
extern boolean_t zfeature_checks_disable;
extern uint64_t zfs_deadman_synctime_ms;
+extern int metaslab_preload_limit;