slub: make slab_index() return unsigned int
authorAlexey Dobriyan <[email protected]>
Thu, 5 Apr 2018 23:21:35 +0000 (16:21 -0700)
committerLinus Torvalds <[email protected]>
Fri, 6 Apr 2018 04:36:24 +0000 (21:36 -0700)
commit284b50ddcf32e3fe1cd39bfc9ad803704e6ca338
tree47c2092f2a0c34e0e44d31034b368fe2f1913054
parent7bbdb81ee3de73f2381ceec1bbee831f4c913b5c
slub: make slab_index() return unsigned int

slab_index() returns index of an object within a slab which is at most
u15 (or u16?).

Iterators additionally guarantee that "p >= addr".

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Alexey Dobriyan <[email protected]>
Acked-by: Christoph Lameter <[email protected]>
Cc: Pekka Enberg <[email protected]>
Cc: David Rientjes <[email protected]>
Cc: Joonsoo Kim <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/slub.c