From: NeilBrown Date: Fri, 24 Jun 2005 05:03:01 +0000 (-0700) Subject: [PATCH] nfsd4: slabify nfs4_files X-Git-Tag: v2.6.13-rc1~68^2~315 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e60d4398a7c20fbe9c4a6cc39d7188ef9f65d2f1;p=pandora-kernel.git [PATCH] nfsd4: slabify nfs4_files The structures the server uses to keep track of various pieces of nfsv4 state (open files, outstanding delegations, etc.) are likely to be allocated and deallocated frequently and seem reasonable candidates for slab caches. While we're at it, the slab code keeps statistics that help catch leaks and such, so we may as well take this chance to eliminate some debugging counters that we've been keeping ourselves. Start with the struct nfs4_file. Signed-off-by: J. Bruce Fields Signed-off-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed