fuse_fill_write_pages(): don't bother with iov_iter_single_seg_count()
authorAl Viro <viro@zeniv.linux.org.uk>
Thu, 3 Jun 2021 14:34:55 +0000 (10:34 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 3 Jun 2021 14:34:55 +0000 (10:34 -0400)
commit8959a239242754054e70391c05c06d8c4eb2bc77
treecaec9e495a29f09faaee96fb1b7820f6f714c9cc
parentbc1bb416bbb9203e250f5c49aaf1d11b5d9c8adb
fuse_fill_write_pages(): don't bother with iov_iter_single_seg_count()

another rudiment of fault-in originally having been limited to the
first segment, same as in generic_perform_write() and friends.

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