patch-2.4.7 linux/net/sunrpc/svcsock.c
Next file: linux/net/unix/af_unix.c
Previous file: linux/net/socket.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Wed Jul 4 11:50:38 2001
- Orig file:
v2.4.6/linux/net/sunrpc/svcsock.c
- Orig date:
Fri Apr 27 14:15:01 2001
diff -u --recursive --new-file v2.4.6/linux/net/sunrpc/svcsock.c linux/net/sunrpc/svcsock.c
@@ -383,7 +383,7 @@
/* Sorry. */
if (skb_is_nonlinear(skb)) {
- if (skb_linearize(skb, GFP_ATOMIC) != 0) {
+ if (skb_linearize(skb, GFP_KERNEL) != 0) {
kfree_skb(skb);
svc_sock_received(svsk, 0);
return 0;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)