summaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/include
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2016-08-20 17:34:23 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-08-21 16:03:38 +0200
commitc1b7b8eb86583eae68814c4993c916fc61b5e03b (patch)
tree00a4e25377a4c043505e62d5f45a6f954c243e02 /drivers/staging/lustre/include
parent03766dca629d03c631417ecdbe1c760f3ec92878 (diff)
downloadop-kernel-dev-c1b7b8eb86583eae68814c4993c916fc61b5e03b.zip
op-kernel-dev-c1b7b8eb86583eae68814c4993c916fc61b5e03b.tar.gz
lustre: pass iov_iter to ->lnd_recv()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Oleg Drokin <green@linuxhacker.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre/include')
-rw-r--r--drivers/staging/lustre/include/linux/lnet/lib-types.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/staging/lustre/include/linux/lnet/lib-types.h b/drivers/staging/lustre/include/linux/lnet/lib-types.h
index 7967b01..640ff72 100644
--- a/drivers/staging/lustre/include/linux/lnet/lib-types.h
+++ b/drivers/staging/lustre/include/linux/lnet/lib-types.h
@@ -220,10 +220,7 @@ typedef struct lnet_lnd {
* credit if the LND does flow control.
*/
int (*lnd_recv)(struct lnet_ni *ni, void *private, lnet_msg_t *msg,
- int delayed, unsigned int niov,
- struct kvec *iov, lnet_kiov_t *kiov,
- unsigned int offset, unsigned int mlen,
- unsigned int rlen);
+ int delayed, struct iov_iter *to, unsigned int rlen);
/*
* lnet_parse() has had to delay processing of this message
OpenPOWER on IntegriCloud