Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make spl_kmem_cache size check consistent
On Linux x86_64, kmem cache can have size up to 4M, however increasing spl_kmem_cache_slab_limit can lead to crash due to the size check inconsistency. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Youzhong Yang <yyang@mathworks.com> Closes openzfs#15757
- Loading branch information