slub: make ->align unsigned int
authorAlexey Dobriyan <[email protected]>
Thu, 5 Apr 2018 23:21:02 +0000 (16:21 -0700)
committerLinus Torvalds <[email protected]>
Fri, 6 Apr 2018 04:36:23 +0000 (21:36 -0700)
commit3a3791ec2ecd5db8d903b66faa340b0dfa72e64b
tree4036be0bdd1a1cd682be53bc72fe7821859aed19
parentd66e52d1e82b1adfab541f1aad09526ebf67842d
slub: make ->align unsigned int

Kmem cache alignment 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]>
include/linux/slub_def.h
mm/slub.c