aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'mm/readahead.c')
-rw-r--r--mm/readahead.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mm/readahead.c b/mm/readahead.c
index daed28dd583..8c9c40f1204 100644
--- a/mm/readahead.c
+++ b/mm/readahead.c
@@ -167,6 +167,8 @@ __do_page_cache_readahead(struct address_space *mapping, struct file *filp,
167 167
168 end_index = ((isize - 1) >> PAGE_CACHE_SHIFT); 168 end_index = ((isize - 1) >> PAGE_CACHE_SHIFT);
169 169
170 mapping->flags |= ___GFP_DMA;
171
170 /* 172 /*
171 * Preallocate as many pages as we will need. 173 * Preallocate as many pages as we will need.
172 */ 174 */