]> asedeno.scripts.mit.edu Git - linux.git/commit
nfsd: move nfs4_client allocation to dedicated slabcache
authorJeff Layton <jlayton@redhat.com>
Fri, 16 Mar 2018 13:47:22 +0000 (09:47 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Mon, 19 Mar 2018 20:38:13 +0000 (16:38 -0400)
commit9258a2d5cd9577ce3175fbb64d6ccd0a77cf6fa7
tree45a805bc18b269d6cb7ded51fdae2d0c08d3d326
parent9d7ed1355db5b00b9f9f4c333fc2b1825b0db25a
nfsd: move nfs4_client allocation to dedicated slabcache

On x86_64, it's 1152 bytes, so we can avoid wasting 896 bytes each.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4state.c