]> git.baikalelectronics.ru Git - kernel.git/commit
iomap_dio_actor(): fix iov_iter bugs
authorAl Viro <viro@ZenIV.linux.org.uk>
Mon, 11 Sep 2017 20:17:09 +0000 (21:17 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 12 Oct 2017 02:38:02 +0000 (22:38 -0400)
commitcfe057f7db1ff026c8db75469a3f9ba9736e1975
tree95f92a36480525b3918b6e1a6d9b26d236160565
parent8ececffa12f5555171075ce52e1226f570836b26
iomap_dio_actor(): fix iov_iter bugs

1) Ignoring return value from iov_iter_zero() is wrong
for iovec-backed case as well as for pipes - it can fail.

2) Failure to fault destination pages in 25Mb into a 50Mb iovec
should not act as if nothing in the area had been read, nevermind
that the first 25Mb might have *already* been read by that point.

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