patch-2.0.32 linux/net/core/sock.c

Next file: linux/net/ipv4/ip_fragment.c
Previous file: linux/mm/vmscan.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.0.31/linux/net/core/sock.c linux/net/core/sock.c
@@ -525,7 +525,7 @@
 		{
 			/* The buffer get won't block, or use the atomic queue. It does
 			   produce annoying no free page messages still.... */
-			skb = sock_wmalloc(sk, size, 0 , GFP_BUFFER);
+			skb = sock_wmalloc(sk, size, 0 , GFP_IO);
 			if(!skb)
 				skb=sock_wmalloc(sk, fallback, 0, GFP_KERNEL);
 		}

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov