diff options
| author | Joanne Koong <[email protected]> | 2024-10-24 17:17:57 +0000 |
|---|---|---|
| committer | Miklos Szeredi <[email protected]> | 2024-11-05 10:14:32 +0000 |
| commit | a669c2df36db5fa7a2674ec5ae10548760702f99 (patch) | |
| tree | a2d13439fb89caa536131d606071fc7134f5df9e /rust/helpers/vmalloc.c | |
| parent | fuse: convert fuse_notify_store to use folios (diff) | |
| download | kernel-a669c2df36db5fa7a2674ec5ae10548760702f99.tar.gz kernel-a669c2df36db5fa7a2674ec5ae10548760702f99.zip | |
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 'rust/helpers/vmalloc.c')
0 files changed, 0 insertions, 0 deletions
