aboutsummaryrefslogtreecommitdiffstats
path: root/net/iucv
diff options
context:
space:
mode:
Diffstat (limited to 'net/iucv')
-rw-r--r--net/iucv/af_iucv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/iucv/af_iucv.c b/net/iucv/af_iucv.c
index c4b7218058b6..a5e03119107a 100644
--- a/net/iucv/af_iucv.c
+++ b/net/iucv/af_iucv.c
@@ -1382,6 +1382,7 @@ static int iucv_sock_recvmsg(struct kiocb *iocb, struct socket *sock,
1382 if (sk->sk_type == SOCK_STREAM) { 1382 if (sk->sk_type == SOCK_STREAM) {
1383 if (copied < rlen) { 1383 if (copied < rlen) {
1384 IUCV_SKB_CB(skb)->offset = offset + copied; 1384 IUCV_SKB_CB(skb)->offset = offset + copied;
1385 skb_queue_head(&sk->sk_receive_queue, skb);
1385 goto done; 1386 goto done;
1386 } 1387 }
1387 } 1388 }