Skip to content

Commit

Permalink
[PATCH] slab: distinguish between object and buffer size
Browse files Browse the repository at this point in the history
An object cache has two different object lengths:

  - the amount of memory available for the user (object size)
  - the amount of memory allocated internally (buffer size)

This patch does some renames to make the code reflect that better.

Signed-off-by: Manfred Spraul <manfred@colorfullife.com>
Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Manfred Spraul authored and Linus Torvalds committed Feb 1, 2006
1 parent e965f96 commit 3dafccf
Showing 1 changed file with 80 additions and 74 deletions.
Loading

0 comments on commit 3dafccf

Please sign in to comment.