X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=mm%2Ffilemap.c;h=ceba0bd0366261740b27c8f19785ae8857eeb8c8;hb=b9a0d06a35c382c02f471a0815e2e27cdfe1c7f9;hp=2f55a1e2baf75db8ea692a7e093aaded51147369;hpb=5fec8bdbf9a1c4df4ad3f20e52aa2d8caed490c8;p=karo-tx-linux.git diff --git a/mm/filemap.c b/mm/filemap.c index 2f55a1e2baf7..ceba0bd03662 100644 --- a/mm/filemap.c +++ b/mm/filemap.c @@ -460,7 +460,7 @@ int add_to_page_cache_locked(struct page *page, struct address_space *mapping, VM_BUG_ON(!PageLocked(page)); error = mem_cgroup_cache_charge(page, current->mm, - gfp_mask & ~__GFP_HIGHMEM); + gfp_mask & GFP_RECLAIM_MASK); if (error) goto out;