commit | 50417c55562c03e6746b13aee650c2bbb048fea3 | [log] [tgz] |
---|---|---|
author | Fabian Frederick <fabf@skynet.be> | Wed Jun 04 16:11:07 2014 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Jun 04 16:54:13 2014 -0700 |
tree | 986c01bd15db89953aca177bd91653029aa137ed | |
parent | 38515c73398a4c58059ecf1087e844561b58ee0f [diff] |
mm/zbud.c: make size unsigned like unique callsite zbud_alloc is only called by zswap_frontswap_store with unsigned int len. Change function parameter + update >= 0 check. Signed-off-by: Fabian Frederick <fabf@skynet.be> Acked-by: Seth Jennings <sjennings@variantweb.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>