Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use vmem_alloc() in spa_config_write()
The packed nvlist allocated in spa_config_write() may exceed the warning threshold for large configurations. Use the vmem interfaces for this short lived allocation. Signed-off-by: Brian Behlendorf <[email protected]> Closes openzfs#3251
- Loading branch information