commit | 933a3752babcf6513117d5773d2b70782d6ad149 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Thu Sep 17 17:26:56 2020 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Sep 17 17:26:56 2020 -0400 |
tree | 96601b8d822245cdd53e8fc4259cfab8feaa4bc7 | |
parent | ffbc3dd1975f1e2dac7b1752aa8b5cac3cd5b459 [diff] |
fuse: fix the ->direct_IO() treatment of iov_iter the callers rely upon having any iov_iter_truncate() done inside ->direct_IO() countered by iov_iter_reexpand(). Reported-by: Qian Cai <cai@redhat.com> Tested-by: Qian Cai <cai@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>