diff options
| author | Christoph Hellwig <[email protected]> | 2023-03-07 15:34:08 +0100 |
|---|---|---|
| committer | Andrew Morton <[email protected]> | 2023-04-05 19:42:42 -0700 |
| commit | aaeb94eb86c58a89e70ae2dda46e137a72508ae3 (patch) | |
| tree | ab0a5ff340636ffcba17677f74176430d73eb09d /tools/perf/scripts/python/export-to-sqlite.py | |
| parent | 81914aff84e83561ab556dab380e7bbe9c2102b1 (diff) | |
shmem: open code the page cache lookup in shmem_get_folio_gfp
Use the very low level filemap_get_entry helper to look up the entry in
the xarray, and then:
- don't bother locking the folio if only doing a userfault notification
- open code locking the page and checking for truncation in a related
code block
This will allow to eventually remove the FGP_ENTRY flag.
[[email protected]: adjust the new comment line]
Link: https://lkml.kernel.org/r/[email protected]
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Christoph Hellwig <[email protected]>
Signed-off-by: Hugh Dickins <[email protected]>
Acked-by: Hugh Dickins <[email protected]>
Cc: Andreas Gruenbacher <[email protected]>
Cc: Matthew Wilcox (Oracle) <[email protected]>
Cc: Ryusuke Konishi <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions