diff options
author | Joanne Koong <[email protected]> | 2024-10-24 10:17:57 -0700 |
---|---|---|
committer | Miklos Szeredi <[email protected]> | 2024-11-05 11:14:32 +0100 |
commit | a669c2df36db5fa7a2674ec5ae10548760702f99 (patch) | |
tree | a2d13439fb89caa536131d606071fc7134f5df9e /tools/perf/scripts/python/syscall-counts-by-pid.py | |
parent | 8807f117be9d15088003e63bfaf0533355371ee8 (diff) |
fuse: support folios in struct fuse_args_pages and fuse_copy_pages()
This adds support in struct fuse_args_pages and fuse_copy_pages() for
using folios instead of pages for transferring data. Both folios and
pages must be supported right now in struct fuse_args_pages and
fuse_copy_pages() until all request types have been converted to use
folios. Once all have been converted, then
struct fuse_args_pages and fuse_copy_pages() will only support folios.
Right now in fuse, all folios are one page (large folios are not yet
supported). As such, copying folio->page is sufficient for copying
the entire folio in fuse_copy_pages().
No functional changes.
Signed-off-by: Joanne Koong <[email protected]>
Reviewed-by: Josef Bacik <[email protected]>
Signed-off-by: Miklos Szeredi <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions