linux/Documentation
Al Viro f0b65f39ac iov_iter: replace iov_iter_copy_from_user_atomic() with iterator-advancing variant
Replacement is called copy_page_from_iter_atomic(); unlike the old primitive the
callers do *not* need to do iov_iter_advance() after it.  In case when they end
up consuming less than they'd been given they need to do iov_iter_revert() on
everything they had not consumed.  That, however, needs to be done only on slow
paths.

All in-tree callers converted.  And that kills the last user of iterate_all_kinds()

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2021-06-10 11:45:14 -04:00
..
2021-05-08 10:00:11 -07:00
2021-05-06 14:22:58 -07:00
2021-04-30 12:22:28 -07:00
2021-04-07 17:32:12 +10:00
2021-04-20 06:52:08 -07:00
2021-04-29 14:32:00 -07:00
2021-04-30 12:22:28 -07:00
2021-04-28 14:27:12 -07:00
2021-04-26 16:32:11 -07:00
2021-05-01 10:14:08 -07:00
2021-04-30 11:20:37 -07:00