This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / rxrpc / message.h
index d5755c6..b318f27 100644 (file)
@@ -44,7 +44,7 @@ struct rxrpc_message
        int                     dcount;         /* data part count */
        size_t                  dsize;          /* data size */
 #define RXRPC_MSG_MAX_IOCS 8
-       struct iovec            data[RXRPC_MSG_MAX_IOCS]; /* message data */
+       struct kvec             data[RXRPC_MSG_MAX_IOCS]; /* message data */
        unsigned long           dfree;          /* bit mask indicating kfree(data[x]) if T */
 };
 
@@ -62,8 +62,8 @@ extern int rxrpc_conn_newmsg(struct rxrpc_connection *conn,
                             struct rxrpc_call *call,
                             uint8_t type,
                             int count,
-                            struct iovec diov[],
-                            int alloc_flags,
+                            struct kvec *diov,
+                            gfp_t alloc_flags,
                             struct rxrpc_message **_msg);
 
 extern int rxrpc_conn_sendmsg(struct rxrpc_connection *conn, struct rxrpc_message *msg);