mpage: add argument structure for do_mpage_readpage()
authorJens Axboe <axboe@kernel.dk>
Tue, 29 May 2018 16:52:39 +0000 (10:52 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 21 Jun 2018 00:58:02 +0000 (18:58 -0600)
commitb0b426925557bf05a185d0ed0734aea2296cbb66
tree5b545d4fb4491013dad8ef9c535d0ae52f819311
parent1abd8a8f39cd9a2925149000056494523c85643a
mpage: add argument structure for do_mpage_readpage()

We're currently passing 8 arguments to this function, clean it up a
bit by packing the arguments in an args structure we pass to it.

No intentional functional changes in this patch.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/mpage.c