From: Yan Zheng Date: Thu, 12 Feb 2009 15:06:04 +0000 (-0500) Subject: Btrfs: Avoid using __GFP_HIGHMEM with slab allocator X-Git-Tag: v2.6.29-rc6~79^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b335b0034e252e79ec2e9c6697f5d663c4627bec;p=pandora-kernel.git Btrfs: Avoid using __GFP_HIGHMEM with slab allocator btrfs_releasepage may call kmem_cache_alloc indirectly, and provide same GFP flags it gets to kmem_cache_alloc. So it's possible to use __GFP_HIGHMEM with the slab allocator. Signed-off-by: Yan Zheng --- Reading git-diff-tree failed