From: Jeff Layton Date: Mon, 28 Jan 2013 19:41:10 +0000 (-0500) Subject: nfsd: create a dedicated slabcache for DRC entries X-Git-Tag: v3.9-rc1~40^2~36 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a8bc40d9ba0890f88dbf7a7c8fa81ddc77c08e3;p=pandora-kernel.git nfsd: create a dedicated slabcache for DRC entries Currently we use kmalloc() which wastes a little bit of memory on each allocation since it's a power of 2 allocator. Since we're allocating a 1024 of these now, and may need even more later, let's create a new slabcache for them. Signed-off-by: Jeff Layton Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed