commit | bc1bb416bbb9203e250f5c49aaf1d11b5d9c8adb | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Mon May 31 00:32:44 2021 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed Jun 02 17:50:44 2021 -0400 |
tree | 2d978ab21227c4f1e9de120f1ecab5b110e56144 | |
parent | 9067931236651c8bde847d17a2f862d052e672b7 [diff] |
generic_perform_write()/iomap_write_actor(): saner logics for short copy if we run into a short copy and ->write_end() refuses to advance at all, use the amount we'd managed to copy for the next iteration to handle. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>