slub: make size_from_object() return unsigned int
authorAlexey Dobriyan <[email protected]>
Thu, 5 Apr 2018 23:21:43 +0000 (16:21 -0700)
committerLinus Torvalds <[email protected]>
Fri, 6 Apr 2018 04:36:24 +0000 (21:36 -0700)
commit870b1fbb036c0e115aeb8a48478643c16b73d204
treea88600450425ba2c23be3b6c34927f45a3dc0776
parent19af27aff901e401a5b79e5c974e881e4701162c
slub: make size_from_object() return unsigned int

Function returns size of the object without red zone which can't be
negative.

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