aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorGravatar Nick Piggin <npiggin@suse.de> 2010-05-25 10:25:26 +0200
committerGravatar Jens Axboe <jens.axboe@oracle.com> 2010-05-25 10:25:26 +0200
commit0ae0b5d0557264bad65e22f1e2da4b83a02c4535 (patch)
treef2834779f1cadae37376e72c208471f657f0e358 /.gitignore
parentcfq-iosched: fix an oops caused by slab leak (diff)
downloadlinux-0ae0b5d0557264bad65e22f1e2da4b83a02c4535.tar.gz
linux-0ae0b5d0557264bad65e22f1e2da4b83a02c4535.tar.bz2
linux-0ae0b5d0557264bad65e22f1e2da4b83a02c4535.zip
fs/splice.c: fix mapping_gfp_mask usage
mapping_gfp_mask() is not supposed to store allocation contex details, only page location details. So mapping_gfp_mask should be applied to the pagecache page allocation, wheras normal (kernel mapped) memory should be used for surrounding allocations such as radix-tree nodes allocated by add_to_page_cache. Context modifiers should be applied on a per-callsite basis. So change splice to follow this convention (which is followed in similar code patterns in core code). Signed-off-by: Nick Piggin <npiggin@suse.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions