X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=module%2Fzfs%2Ftxg.c;h=a5f2b041737b756d07eada81dba566bbba24d0e6;hb=57434abae6af23cf0b0b360882762dfae7fee555;hp=2284234feb9003413687be5decff78ad5b54a47d;hpb=de4f06c275430937026e328f48438cc799eba987;p=mirror_zfs.git diff --git a/module/zfs/txg.c b/module/zfs/txg.c index 2284234fe..a5f2b0417 100644 --- a/module/zfs/txg.c +++ b/module/zfs/txg.c @@ -453,7 +453,7 @@ txg_dispatch_callbacks(dsl_pool_t *dp, uint64_t txg) * Commit callback taskq hasn't been created yet. */ tx->tx_commit_cb_taskq = taskq_create("tx_commit_cb", - max_ncpus, defclsyspri, max_ncpus, max_ncpus * 2, + boot_ncpus, defclsyspri, boot_ncpus, boot_ncpus * 2, TASKQ_PREPOPULATE | TASKQ_DYNAMIC); }