]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mm/hugetlb.c: use long vars instead of int in region_count()
authorWang Sheng-Hui <shhuiw@gmail.com>
Thu, 12 Apr 2012 22:51:57 +0000 (08:51 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 17 Apr 2012 03:47:17 +0000 (13:47 +1000)
commitb081bb0d8a4c1bba0269a97933d9fec2a3d10a97
treeb5baa095df7039f9c2a7f3f5b156ad6e230ec12b
parent0d69bf7ff370df22811bff1b223c6c9a99cf843b
mm/hugetlb.c: use long vars instead of int in region_count()

args f & t and fields from & to of struct file_region are defined as long.
 Use long instead of int to type the temp vars.

Signed-off-by: Wang Sheng-Hui <shhuiw@gmail.com>
Acked-by: David Rientjes <rientjes@google.com>
Acked-by: Hillf Danton <dhillf@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/hugetlb.c