net: Remove iocb argument from sendmsg and recvmsg
[deliverable/linux.git] / net / rxrpc / ar-recvmsg.c
index d58ba702bd2c3200a3670832f02ca47957004cb0..a4f883e2d66f4d445377e28854dd6068962bba35 100644 (file)
@@ -43,8 +43,8 @@ void rxrpc_remove_user_ID(struct rxrpc_sock *rx, struct rxrpc_call *call)
  * - we need to be careful about two or more threads calling recvmsg
  *   simultaneously
  */
-int rxrpc_recvmsg(struct kiocb *iocb, struct socket *sock,
-                 struct msghdr *msg, size_t len, int flags)
+int rxrpc_recvmsg(struct socket *sock, struct msghdr *msg, size_t len,
+                 int flags)
 {
        struct rxrpc_skb_priv *sp;
        struct rxrpc_call *call = NULL, *continue_call = NULL;
This page took 0.02678 seconds and 5 git commands to generate.