From: Larry Woodman Date: Sat, 4 Nov 2006 00:05:45 +0000 (-0800) Subject: [NET]: __alloc_pages() failures reported due to fragmentation X-Git-Tag: v2.6.19-rc5~19^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db38c179a759a9c4722525e8c9f09ac80e372377;p=pandora-kernel.git [NET]: __alloc_pages() failures reported due to fragmentation We have seen a couple of __alloc_pages() failures due to fragmentation, there is plenty of free memory but no large order pages available. I think the problem is in sock_alloc_send_pskb(), the gfp_mask includes __GFP_REPEAT but its never used/passed to the page allocator. Shouldnt the gfp_mask be passed to alloc_skb() ? Signed-off-by: Larry Woodman Signed-off-by: David S. Miller --- Reading git-diff-tree failed