]> Git Repo - linux.git/commit
iov_iter: Don't deal with iter->copy_mc in memcpy_from_iter_mc()
authorDavid Howells <[email protected]>
Mon, 25 Sep 2023 12:03:05 +0000 (13:03 +0100)
committerChristian Brauner <[email protected]>
Mon, 9 Oct 2023 07:35:14 +0000 (09:35 +0200)
commitc9eec08bac96898573c236af9cb0ccee765684fc
tree4749ff0dda8bfc4143446ab385858f64ffdf6e5b
parentf1982740f5e77090bde41a9b84e257d69ec46598
iov_iter: Don't deal with iter->copy_mc in memcpy_from_iter_mc()

iter->copy_mc is only used with a bvec iterator and only by
dump_emit_page() in fs/coredump.c so rather than handle this in
memcpy_from_iter_mc() where it is checked repeatedly by _copy_from_iter()
and copy_page_from_iter_atomic(),

Signed-off-by: David Howells <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
cc: Alexander Viro <[email protected]>
cc: Jens Axboe <[email protected]>
cc: Christoph Hellwig <[email protected]>
cc: Christian Brauner <[email protected]>
cc: Matthew Wilcox <[email protected]>
cc: Linus Torvalds <[email protected]>
cc: David Laight <[email protected]>
cc: [email protected]
cc: [email protected]
cc: [email protected]
Signed-off-by: Christian Brauner <[email protected]>
lib/iov_iter.c
This page took 0.05146 seconds and 4 git commands to generate.