page-types: unsigned cannot be less than 0 in add_page()
authorRoel Kluin <roel.kluin@gmail.com>
Tue, 15 Dec 2009 01:57:49 +0000 (17:57 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 15 Dec 2009 16:53:11 +0000 (08:53 -0800)
commitf1327bf18c8737aeb85226f02f102dfa065fddde
tree441b938316c4de34c34784463836ea52e455c465
parent3428838d8e88fb766143c913cf3e777b000f8e07
page-types: unsigned cannot be less than 0 in add_page()

If not signed, testing of the read() return value in this function
will not work.

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Cc: Wu Fengguang <fengguang.wu@intel.com>
Cc: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Documentation/vm/page-types.c