aio: fold do_io_submit() into callers
authorAl Viro <[email protected]>
Sun, 27 May 2018 00:10:07 +0000 (20:10 -0400)
committerAl Viro <[email protected]>
Wed, 30 May 2018 03:19:29 +0000 (23:19 -0400)
commit67ba049f94ebe49ed557e590dd243b6db45c9aff
treedaae1d99acb30a148b9fe7546d7894cd397f1029
parent95af8496ac48263badf5b8dde5e06ef35aaace2b
aio: fold do_io_submit() into callers

get rid of insane "copy array of 32bit pointers into an array of
native ones" glue.

Reviewed-by: Christoph Hellwig <[email protected]>
Signed-off-by: Al Viro <[email protected]>
fs/aio.c