Home
last modified time | relevance | path

Searched hist:c191cd07 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/fuse/
H A Dvirtio_fs.cc191cd07 Thu Oct 21 03:01:39 CDT 2021 Miklos Szeredi <mszeredi@redhat.com> fuse: clean up fuse_mount destruction

1. call fuse_mount_destroy() for open coded variants

2. before deactivate_locked_super() don't need fuse_mount destruction since
that will now be done (if ->s_fs_info is not cleared)

3. rearrange fuse_mount setup in fuse_get_tree_submount() so that the
regular pattern can be used

Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
H A Dinode.cc191cd07 Thu Oct 21 03:01:39 CDT 2021 Miklos Szeredi <mszeredi@redhat.com> fuse: clean up fuse_mount destruction

1. call fuse_mount_destroy() for open coded variants

2. before deactivate_locked_super() don't need fuse_mount destruction since
that will now be done (if ->s_fs_info is not cleared)

3. rearrange fuse_mount setup in fuse_get_tree_submount() so that the
regular pattern can be used

Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>