summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2
diff options
context:
space:
mode:
authorAl Viro2016-12-22 03:55:02 +0100
committerAl Viro2016-12-23 05:00:22 +0100
commit33844e665104b169a3a7732bdcddb40e4f82b335 (patch)
tree5432d8aeecc31c96696a19c56c0577d4499abdaa /fs/ocfs2
parentmove aio compat to fs/aio.c (diff)
downloadkernel-qcow2-linux-33844e665104b169a3a7732bdcddb40e4f82b335.tar.gz
kernel-qcow2-linux-33844e665104b169a3a7732bdcddb40e4f82b335.tar.xz
kernel-qcow2-linux-33844e665104b169a3a7732bdcddb40e4f82b335.zip
[iov_iter] fix iterate_all_kinds() on empty iterators
Problem similar to ones dealt with in "fold checks into iterate_and_advance()" and followups, except that in this case we really want to do nothing when asked for zero-length operation - unlike zero-length iterate_and_advance(), zero-length iterate_all_kinds() has no side effects, and callers are simpler that way. That got exposed when copy_from_iter_full() had been used by tipc, which builds an msghdr with zero payload and (now) feeds it to a primitive based on iterate_all_kinds() instead of iterate_and_advance(). Reported-by: Jon Maloy <jon.maloy@ericsson.com> Tested-by: Jon Maloy <jon.maloy@ericsson.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/ocfs2')
0 files changed, 0 insertions, 0 deletions