]> 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>
Wed, 25 Apr 2012 01:03:29 +0000 (11:03 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 30 Apr 2012 05:17:17 +0000 (15:17 +1000)
commit6fa63f7f717de2eb43dd114c4f7f77f84340c5eb
treedab02420f41f6d91fcebf3e6180e6da760e8a4c1
parent2d39d8a0ddc58a8d525e0d23d28b29c03005733f
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