> spa_t *spa = dp->dp_spa; > tx_state_t *tx = &dp->dp_tx; > callb_cpr_t cpr; > uint64_t start, delta; > > - txg_thread_enter(tx, &cpr); > + snprintf(name, TXG_THREAD_MAXNAMELEN, "txg_sync %s", spa_name(spa));
Will fix. --- Reply to this email directly or view it on GitHub: https://github.com/openzfs/openzfs/pull/26/files#r43215529
_______________________________________________ developer mailing list [email protected] http://lists.open-zfs.org/mailman/listinfo/developer
