]> git.baikalelectronics.ru Git - kernel.git/commit
slab: replace non-existing 'struct freelist *' with 'void *'
authorJoonsoo Kim <iamjoonsoo.kim@lge.com>
Wed, 30 Oct 2013 10:04:01 +0000 (19:04 +0900)
committerPekka Enberg <penberg@iki.fi>
Wed, 30 Oct 2013 12:09:12 +0000 (14:09 +0200)
commitf607f00918b19260a4871f08831a386d3576d23c
treeafb1973a14e12f4c92b38c1f7a968810938e9f55
parent030db3626c84a732c1c77ac94f9598bba27f9905
slab: replace non-existing 'struct freelist *' with 'void *'

There is no 'strcut freelist', but codes use pointer to 'struct freelist'.
Although compiler doesn't complain anything about this wrong usage and
codes work fine, but fixing it is better.

Signed-off-by: Joonsoo Kim <iamjoonsoo.kim@lge.com>
Signed-off-by: Pekka Enberg <penberg@iki.fi>
mm/slab.c