aboutsummaryrefslogtreecommitdiffstats
path: root/rust/helpers/vmalloc.c
diff options
context:
space:
mode:
authorJoanne Koong <[email protected]>2024-10-24 17:17:57 +0000
committerMiklos Szeredi <[email protected]>2024-11-05 10:14:32 +0000
commita669c2df36db5fa7a2674ec5ae10548760702f99 (patch)
treea2d13439fb89caa536131d606071fc7134f5df9e /rust/helpers/vmalloc.c
parentfuse: convert fuse_notify_store to use folios (diff)
downloadkernel-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