zram: use size_t instead of u16
authorMinchan Kim <minchan@kernel.org>
Wed, 6 Aug 2014 23:08:29 +0000 (16:08 -0700)
committerAlex Shi <alex.shi@linaro.org>
Mon, 11 May 2015 13:09:13 +0000 (21:09 +0800)
commit244e41f94febd73d877a397a05e626563ebd2ceb
tree7825e625767ff7cc72844c5be0dd96abc492cf0b
parent61febc60cc77c7e06ec7d457f21fc9ce9885f7e8
zram: use size_t instead of u16

Some architectures (eg, hexagon and PowerPC) could use PAGE_SHIFT of 16
or more.  In these cases u16 is not sufficiently large to represent a
compressed page's size so use size_t.

Signed-off-by: Minchan Kim <minchan@kernel.org>
Reported-by: Weijie Yang <weijie.yang@samsung.com>
Acked-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
Cc: Jerome Marchand <jmarchan@redhat.com>
Cc: Nitin Gupta <ngupta@vflare.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
(cherry picked from commit 023b409f9dac4cdea3322009f2e592068558690c)
Signed-off-by: Alex Shi <alex.shi@linaro.org>
drivers/block/zram/zram_drv.c