direct-io: remove the offset argument to dio_complete
authorChristoph Hellwig <hch@lst.de>
Thu, 7 Apr 2016 15:51:59 +0000 (08:51 -0700)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 1 May 2016 23:58:39 +0000 (19:58 -0400)
commit716b9bc0cb50b1c2c15ef6a255c88508350e3462
tree41aa0ee56e5f9ee4e94bbd905c5e178bffcca93c
parentc8b8e32d700fe943a935e435ae251364d016c497
direct-io: remove the offset argument to dio_complete

It has to be identical to ki_pos of the iocb, so use that instead.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/direct-io.c