]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit81efb39fc1ab3775b2aa4b76812966013c52882f
tree41aa0ee56e5f9ee4e94bbd905c5e178bffcca93c
parent2e51be43ed80211082936f4c0a6cd081278f0e25
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