aboutsummaryrefslogtreecommitdiffstats
path: root/include/sys/spa_impl.h
diff options
context:
space:
mode:
authorMatthew Macy <[email protected]>2019-10-31 09:52:22 -0700
committerBrian Behlendorf <[email protected]>2019-10-31 09:52:22 -0700
commit2a3aa5a109bffb6cd350bb9e978292358c104f8f (patch)
tree8bde7c582976aa3369191b620d57dcb205d1d2fe /include/sys/spa_impl.h
parent936e2d6d3ea8745d8a4148ec9fa7b060fd64448a (diff)
Factor Linux specific code out of spa_misc.c
Move these Linux module parameter get/set helpers in to platform specific code. Reviewed-by: Igor Kozhukhov <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Ryan Moeller <[email protected]> Signed-off-by: Matt Macy <[email protected]> Closes #9457
Diffstat (limited to 'include/sys/spa_impl.h')
-rw-r--r--include/sys/spa_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/spa_impl.h b/include/sys/spa_impl.h
index 8dfd46431..c83252bca 100644
--- a/include/sys/spa_impl.h
+++ b/include/sys/spa_impl.h
@@ -433,7 +433,7 @@ struct spa {
};
extern char *spa_config_path;
-
+extern int spa_slop_shift;
extern void spa_taskq_dispatch_ent(spa_t *spa, zio_type_t t, zio_taskq_type_t q,
task_func_t *func, void *arg, uint_t flags, taskq_ent_t *ent);
extern void spa_taskq_dispatch_sync(spa_t *, zio_type_t t, zio_taskq_type_t q,