X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fafs%2Ffsclient.c;h=e6377cea6942f9e61047cde60d98c1cba222fe0c;hb=9bf4aaab3e101692164d49b7ca357651eb691cb6;hp=911496eb4c6dbd015514b5496e425fd2588b08d0;hpb=db216c3d5e4c040e557a50f8f5d35d5c415e8c1c;p=linux-2.6.git diff --git a/fs/afs/fsclient.c b/fs/afs/fsclient.c index 911496eb4..e6377cea6 100644 --- a/fs/afs/fsclient.c +++ b/fs/afs/fsclient.c @@ -59,7 +59,7 @@ int afs_rxfs_get_root_volume(struct afs_server *server, { struct rxrpc_connection *conn; struct rxrpc_call *call; - struct iovec piov[2]; + struct kvec piov[2]; size_t sent; int ret; u32 param[1]; @@ -189,7 +189,7 @@ int afs_rxfs_get_volume_info(struct afs_server *server, { struct rxrpc_connection *conn; struct rxrpc_call *call; - struct iovec piov[3]; + struct kvec piov[3]; size_t sent; int ret; u32 param[2], *bp, zero; @@ -304,7 +304,7 @@ int afs_rxfs_fetch_file_status(struct afs_server *server, { struct afs_server_callslot callslot; struct rxrpc_call *call; - struct iovec piov[1]; + struct kvec piov[1]; size_t sent; int ret; u32 *bp; @@ -429,7 +429,7 @@ int afs_rxfs_fetch_file_data(struct afs_server *server, { struct afs_server_callslot callslot; struct rxrpc_call *call; - struct iovec piov[1]; + struct kvec piov[1]; size_t sent; int ret; u32 *bp; @@ -580,7 +580,7 @@ int afs_rxfs_give_up_callback(struct afs_server *server, { struct afs_server_callslot callslot; struct rxrpc_call *call; - struct iovec piov[1]; + struct kvec piov[1]; size_t sent; int ret; u32 *bp; @@ -686,7 +686,7 @@ int afs_rxfs_lookup(struct afs_server *server, { struct rxrpc_connection *conn; struct rxrpc_call *call; - struct iovec piov[3]; + struct kvec piov[3]; size_t sent; int ret; u32 *bp, zero;