Skip to content
Commit 68583165 authored by Miklos Szeredi's avatar Miklos Szeredi
Browse files

fuse: add pages to fuse_args



Derive fuse_args_pages from fuse_args. This is used to handle requests
which use pages for input or output.  The related flags are added to
fuse_args.

New FR_ALLOC_PAGES flags is added to indicate whether the page arrays in
fuse_req need to be freed by fuse_put_request() or not.

Signed-off-by: default avatarMiklos Szeredi <mszeredi@redhat.com>
parent 1ccd1ea2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment