X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=include%2Fsys%2Fspa_impl.h;h=47dfe432eed2f38fa536cec8a34198f7add27012;hb=044baf009aac4935eca0f96477eb3c43e95d758a;hp=1b12b4e3a8b26e9ca383d885bfa56caa6be59e0c;hpb=7ef5e54e2e28884a04dc800657967b891239e933;p=zfs.git diff --git a/include/sys/spa_impl.h b/include/sys/spa_impl.h index 1b12b4e..47dfe43 100644 --- a/include/sys/spa_impl.h +++ b/include/sys/spa_impl.h @@ -250,6 +250,9 @@ extern char *spa_config_path; 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, + task_func_t *func, void *arg, uint_t flags); + #ifdef __cplusplus }