diff options
author | Joanne Koong <joannelkoong@gmail.com> | 2024-10-24 20:17:57 +0300 |
---|---|---|
committer | Miklos Szeredi <mszeredi@redhat.com> | 2024-11-05 13:14:32 +0300 |
commit | a669c2df36db5fa7a2674ec5ae10548760702f99 (patch) | |
tree | a2d13439fb89caa536131d606071fc7134f5df9e /scripts/gdb/linux/tasks.py | |
parent | 8807f117be9d15088003e63bfaf0533355371ee8 (diff) | |
download | linux-a669c2df36db5fa7a2674ec5ae10548760702f99.tar.xz |
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 <joannelkoong@gmail.com>
Reviewed-by: Josef Bacik <josef@toxicpanda.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions