X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=include%2Fsys%2Ftxg.h;h=263693846d54bf0da66cb58c4b7f99b2d6d13dc5;hb=d96eb2b1538db13ee7a716ec0e1162f5735edc12;hp=e323d5efabb78e5f36c3ad80c00d6ba02bfed86e;hpb=6283f55ea1b91e680386388c17d14b89e344fa8d;p=zfs.git diff --git a/include/sys/txg.h b/include/sys/txg.h index e323d5e..2636938 100644 --- a/include/sys/txg.h +++ b/include/sys/txg.h @@ -108,6 +108,12 @@ extern boolean_t txg_stalled(struct dsl_pool *dp); extern boolean_t txg_sync_waiting(struct dsl_pool *dp); /* + * Wait for pending commit callbacks of already-synced transactions to finish + * processing. + */ +extern void txg_wait_callbacks(struct dsl_pool *dp); + +/* * Per-txg object lists. */