]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
zsmalloc: use OBJ_TAG_BIT for bit shifter
authorMinchan Kim <minchan@kernel.org>
Tue, 26 Jul 2016 22:23:37 +0000 (15:23 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 26 Jul 2016 23:19:19 +0000 (16:19 -0700)
commit3b1d9ca65a80ced8ae737ffb11ae939334a882ca
treedb2019a112c6c134f69523c7d78f4078415e78c6
parent9bc482d3460501ac809457af26b46b72cd7dc212
zsmalloc: use OBJ_TAG_BIT for bit shifter

Static check warns using tag as bit shifter.  It doesn't break current
working but not good for redability.  Let's use OBJ_TAG_BIT as bit
shifter instead of OBJ_ALLOCATED_TAG.

Link: http://lkml.kernel.org/r/20160607045146.GF26230@bbox
Signed-off-by: Minchan Kim <minchan@kernel.org>
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Cc: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/zsmalloc.c