]> git.karo-electronics.de Git - karo-tx-linux.git/commit
aio: simplify arguments of aio_setup_..._rw()
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 21 Mar 2015 00:40:18 +0000 (20:40 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 30 Mar 2015 15:21:59 +0000 (11:21 -0400)
commit529d1f4513515c1441fb5dfc39e8842c64e4cfd0
treea60c6eadee96be7e922a62638b8c17301bfec7bc
parent3fd2d589bf432c5bc46ad88bc3969618f89d304e
aio: simplify arguments of aio_setup_..._rw()

We don't need req in either of those.  We don't need nr_segs in caller.
We don't really need len in caller either - iov_iter_count(&iter) will do.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/aio.c