aboutsummaryrefslogtreecommitdiffstats
path: root/mm
diff options
context:
space:
mode:
Diffstat (limited to 'mm')
-rw-r--r--mm/memory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/memory.c b/mm/memory.c
index c1e14c9e67e4..dc0d82cf2a1c 100644
--- a/mm/memory.c
+++ b/mm/memory.c
@@ -1853,7 +1853,7 @@ int vmtruncate_range(struct inode *inode, loff_t offset, loff_t end)
1853 1853
1854 return 0; 1854 return 0;
1855} 1855}
1856EXPORT_SYMBOL(vmtruncate_range); 1856EXPORT_UNUSED_SYMBOL(vmtruncate_range); /* June 2006 */
1857 1857
1858/* 1858/*
1859 * Primitive swap readahead code. We simply read an aligned block of 1859 * Primitive swap readahead code. We simply read an aligned block of