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

fuse: get rid of fuse_mount refcount



Fuse mount now only ever has a refcount of one (before being freed) so the
count field is unnecessary.

Remove the refcounting and fold fuse_mount_put() into callers.  The only
caller of fuse_mount_put() where fm->fc was NULL is fuse_dentry_automount()
and here the fuse_conn_put() can simply be omitted.

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