aboutsummaryrefslogtreecommitdiffstats
path: root/mm
diff options
context:
space:
mode:
Diffstat (limited to 'mm')
-rw-r--r--mm/mlock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/mlock.c b/mm/mlock.c
index e1e2b1207bf2..96f001041928 100644
--- a/mm/mlock.c
+++ b/mm/mlock.c
@@ -175,7 +175,7 @@ static void __munlock_isolation_failed(struct page *page)
175 */ 175 */
176unsigned int munlock_vma_page(struct page *page) 176unsigned int munlock_vma_page(struct page *page)
177{ 177{
178 unsigned int nr_pages; 178 int nr_pages;
179 struct zone *zone = page_zone(page); 179 struct zone *zone = page_zone(page);
180 180
181 /* For try_to_munlock() and to serialize with page migration */ 181 /* For try_to_munlock() and to serialize with page migration */