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

fuse: cleanup fuse_file refcounting



struct fuse_file is stored in file->private_data.  Make this always be a
counting reference for consistency.

This also allows fuse_sync_release() to call fuse_file_put() instead of
partially duplicating its functionality.

Signed-off-by: default avatarMiklos Szeredi <mszeredi@redhat.com>
parent 2e38bea9
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