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

fuse: clean up args in fuse_finish_open() and fuse_release_fill()



Move setting ff->fh, ff->nodeid and file->private_data outside
fuse_finish_open().  Add ->open_flags member to struct fuse_file.

This simplifies the argument passing to fuse_finish_open() and
fuse_release_fill(), and paves the way for creating an open helper
that doesn't need an inode pointer.

Signed-off-by: default avatarMiklos Szeredi <mszeredi@suse.cz>
parent 2106cb18
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