From f2135a4a57a798ca8014a138afb626b96d90c842 Mon Sep 17 00:00:00 2001 From: Wang Sheng-Hui Date: Tue, 29 May 2012 15:06:17 -0700 Subject: [PATCH] mm/hugetlb.c: use long vars instead of int in region_count() The arguments f & t and fields from & to of struct file_region are defined as long. So use long instead of int to type the temp vars. Signed-off-by: Wang Sheng-Hui Acked-by: David Rientjes Acked-by: Hillf Danton Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-format-patch failed