slub: fix object tracking
authorChristoph Lameter <clameter@sgi.com>
Sun, 6 May 2007 21:49:42 +0000 (14:49 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 7 May 2007 19:12:54 +0000 (12:12 -0700)
commit77c5e2d01af871f4bfbe08feefa3d5118cb1001b
tree434fb61e1570f0d8bab479508181e034fc6b6c45
parentb49af68ff9fc5d6e0d96704a1843968b91cc73c6
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>
mm/slub.c