[git pull] iov_iter fix

From: Al Viro
Date: Fri Jun 10 2022 - 16:02:08 EST


The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:

Linux 5.19-rc1 (2022-06-05 17:18:54 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-fixes

for you to fetch changes up to 6c77676645ad42993e0a8bdb8dafa517851a352a:

iov_iter: Fix iter_xarray_get_pages{,_alloc}() (2022-06-10 15:56:32 -0400)

----------------------------------------------------------------
ITER_XARRAY get_pages fix; now the return value is a lot saner
(and more similar to logics for other flavours)

Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx>

----------------------------------------------------------------
David Howells (1):
iov_iter: Fix iter_xarray_get_pages{,_alloc}()

lib/iov_iter.c | 20 ++++----------------
1 file changed, 4 insertions(+), 16 deletions(-)