commit | 51cc50685a4275c6a02653670af9f108a64e01cf | [log] [tgz] |
---|---|---|
author | Alexey Dobriyan <[email protected]> | Fri Jul 25 19:45:34 2008 -0700 |
committer | Linus Torvalds <[email protected]> | Sat Jul 26 12:00:07 2008 -0700 |
tree | 819d47bd2b0c8a9d1835d863853804b0a0242b97 | |
parent | d91958815d214ea365b98cbff6215383897edcb6 [diff] |
SL*B: drop kmem cache argument from constructor Kmem cache passed to constructor is only needed for constructors that are themselves multiplexeres. Nobody uses this "feature", nor does anybody uses passed kmem cache in non-trivial way, so pass only pointer to object. Non-trivial places are: arch/powerpc/mm/init_64.c arch/powerpc/mm/hugetlbpage.c This is flag day, yes. Signed-off-by: Alexey Dobriyan <[email protected]> Acked-by: Pekka Enberg <[email protected]> Acked-by: Christoph Lameter <[email protected]> Cc: Jon Tollefson <[email protected]> Cc: Nick Piggin <[email protected]> Cc: Matt Mackall <[email protected]> [[email protected]: fix arch/powerpc/mm/hugetlbpage.c] [[email protected]: fix mm/slab.c] [[email protected]: fix ubifs] Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>