]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
fuse: get rid of fuse_mount refcount
authorMiklos Szeredi <mszeredi@redhat.com>
Wed, 11 Nov 2020 16:22:32 +0000 (17:22 +0100)
committerMiklos Szeredi <mszeredi@redhat.com>
Wed, 11 Nov 2020 16:22:32 +0000 (17:22 +0100)
commit514b5e3ff45e6cfc39cfa7c094727d8e6d885986
treed6f6ae05d63a074f6f5da8f5b79c58ba47bd96a6
parentb19d3d00d662cfb8bfdc809ec90344ec58b0bf31
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: Miklos Szeredi <mszeredi@redhat.com>
fs/fuse/dir.c
fs/fuse/fuse_i.h
fs/fuse/inode.c
fs/fuse/virtio_fs.c