aboutsummaryrefslogtreecommitdiffstats
path: root/net/iucv/af_iucv.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/iucv/af_iucv.c')
-rw-r--r--net/iucv/af_iucv.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/iucv/af_iucv.c b/net/iucv/af_iucv.c
index 2e9953b2db84..94b4c898a116 100644
--- a/net/iucv/af_iucv.c
+++ b/net/iucv/af_iucv.c
@@ -1026,8 +1026,8 @@ static int iucv_send_iprm(struct iucv_path *path, struct iucv_message *msg,
1026 (void *) prmdata, 8); 1026 (void *) prmdata, 8);
1027} 1027}
1028 1028
1029static int iucv_sock_sendmsg(struct kiocb *iocb, struct socket *sock, 1029static int iucv_sock_sendmsg(struct socket *sock, struct msghdr *msg,
1030 struct msghdr *msg, size_t len) 1030 size_t len)
1031{ 1031{
1032 struct sock *sk = sock->sk; 1032 struct sock *sk = sock->sk;
1033 struct iucv_sock *iucv = iucv_sk(sk); 1033 struct iucv_sock *iucv = iucv_sk(sk);
@@ -1317,8 +1317,8 @@ static void iucv_process_message_q(struct sock *sk)
1317 } 1317 }
1318} 1318}
1319 1319
1320static int iucv_sock_recvmsg(struct kiocb *iocb, struct socket *sock, 1320static int iucv_sock_recvmsg(struct socket *sock, struct msghdr *msg,
1321 struct msghdr *msg, size_t len, int flags) 1321 size_t len, int flags)
1322{ 1322{
1323 int noblock = flags & MSG_DONTWAIT; 1323 int noblock = flags & MSG_DONTWAIT;
1324 struct sock *sk = sock->sk; 1324 struct sock *sk = sock->sk;