aboutsummaryrefslogtreecommitdiffstats
path: root/mm/rmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/rmap.c')
-rw-r--r--mm/rmap.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mm/rmap.c b/mm/rmap.c
index 23122af32611..316c9d6930ad 100644
--- a/mm/rmap.c
+++ b/mm/rmap.c
@@ -1202,7 +1202,6 @@ int try_to_unmap(struct page *page, int migration)
1202 return ret; 1202 return ret;
1203} 1203}
1204 1204
1205#ifdef CONFIG_UNEVICTABLE_LRU
1206/** 1205/**
1207 * try_to_munlock - try to munlock a page 1206 * try_to_munlock - try to munlock a page
1208 * @page: the page to be munlocked 1207 * @page: the page to be munlocked
@@ -1226,4 +1225,4 @@ int try_to_munlock(struct page *page)
1226 else 1225 else
1227 return try_to_unmap_file(page, 1, 0); 1226 return try_to_unmap_file(page, 1, 0);
1228} 1227}
1229#endif 1228