Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Several of the nvlist functions may perform allocations larger than the 32k warning threshold. Convert them to use vmem_alloc() so the best allocation is used. Commit efcd79a retired KM_NODEBUG which was used to suppress large allocation warnings. Concurrently in the SPL the warning threshold was increased from 8k to 32k. The goal was to identify the remaining locations, such as this one, where the allocation can be larger than 32k. This was expected fine tuning for the kmem-rework changes, see commit 6e9710f. Signed-off-by: Brian Behlendorf <[email protected]> Issue openzfs#3057
- Loading branch information