Commit dcb5fff8 authored by Nathan Scott's avatar Nathan Scott

[XFS] Bump the kmalloc/vmalloc cutoff up to 128k.

SGI Modid: xfs-linux:xfs-kern:171083a
parent 1dee7094
......@@ -40,7 +40,7 @@
/*
* Cutoff point to use vmalloc instead of kmalloc.
*/
#define MAX_SLAB_SIZE 0x10000
#define MAX_SLAB_SIZE 0x20000
/*
* XFS uses slightly different names for these due to the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment