summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorNeilBrown <neilb@cse.unsw.edu.au>2005-06-23 22:03:01 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-06-24 00:06:29 -0700
commite60d4398a7c20fbe9c4a6cc39d7188ef9f65d2f1 (patch)
treed634acd73c61b04e873349eee638251fc433cd2c /usr
parentc815afc73eeef089922449857ca4ed4d2e8950cb (diff)
downloadlinux-e60d4398a7c20fbe9c4a6cc39d7188ef9f65d2f1.tar.bz2
[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 <bfields@citi.umich.edu> Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'usr')
0 files changed, 0 insertions, 0 deletions