]> git.karo-electronics.de Git - karo-tx-linux.git/commit
zsmalloc: factor out obj_[malloc|free]
authorMinchan Kim <minchan@kernel.org>
Tue, 7 Apr 2015 23:44:46 +0000 (09:44 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 7 Apr 2015 23:44:46 +0000 (09:44 +1000)
commit911b71da4817a5831badd016e73bb43d4c539a06
tree11f60bf7bbc6a5401c02c56f1a027409d88f44a7
parent9853f81581edf46ddc9a31f098388e091cd86013
zsmalloc: factor out obj_[malloc|free]

In later patch, migration needs some part of functions in zs_malloc and
zs_free so this patch factor out them.

Signed-off-by: Minchan Kim <minchan@kernel.org>
Cc: Juneho Choi <juno.choi@lge.com>
Cc: Gunho Lee <gunho.lee@lge.com>
Cc: Luigi Semenzato <semenzato@google.com>
Cc: Dan Streetman <ddstreet@ieee.org>
Cc: Seth Jennings <sjennings@variantweb.net>
Cc: Nitin Gupta <ngupta@vflare.org>
Cc: Jerome Marchand <jmarchan@redhat.com>
Cc: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
Cc: Joonsoo Kim <iamjoonsoo.kim@lge.com>
Cc: Mel Gorman <mel@csn.ul.ie>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/zsmalloc.c