commit | 77c5e2d01af871f4bfbe08feefa3d5118cb1001b | [log] [tgz] |
---|---|---|
author | Christoph Lameter <clameter@sgi.com> | Sun May 06 14:49:42 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Mon May 07 12:12:54 2007 -0700 |
tree | 434fb61e1570f0d8bab479508181e034fc6b6c45 | |
parent | b49af68ff9fc5d6e0d96704a1843968b91cc73c6 [diff] |
slub: fix object tracking Object tracking did not work the right way for several call chains. Fix this up by adding a new parameter to slub_alloc and slub_free that specifies the caller address explicitly. Signed-off-by: Christoph Lameter <clameter@sgi.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>