diff options
author | Andreas Gruenbacher <agruenba@redhat.com> | 2021-07-05 18:26:28 +0300 |
---|---|---|
committer | Andreas Gruenbacher <agruenba@redhat.com> | 2021-10-20 20:33:07 +0300 |
commit | cdd591fc86e38ad3899196066219fbbd845f3162 (patch) | |
tree | 6fa9b67d1df07be3b57ba43a66120c0c4fd63450 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | a6294593e8a1290091d0b078d5d33da5e0cd3dfe (diff) | |
download | linux-cdd591fc86e38ad3899196066219fbbd845f3162.tar.xz |
iov_iter: Introduce fault_in_iov_iter_writeable
Introduce a new fault_in_iov_iter_writeable helper for safely faulting
in an iterator for writing. Uses get_user_pages() to fault in the pages
without actually writing to them, which would be destructive.
We'll use fault_in_iov_iter_writeable in gfs2 once we've determined that
the iterator passed to .read_iter isn't in memory.
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions