Larry Woodman db38c179a7 [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 <lwoodman@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-11-05 14:11:32 -08:00
..
2006-10-17 08:18:43 -07:00
2006-04-09 22:25:48 -07:00
2006-09-22 15:18:47 -07:00
2005-04-16 15:20:36 -07:00
2005-05-01 08:59:08 -07:00
2006-09-25 16:52:14 -04:00
2006-10-19 23:58:23 -07:00
2006-11-05 14:11:31 -08:00
2006-07-12 17:58:53 -07:00
2006-10-17 08:18:43 -07:00