On Fri, 15 Nov 2024 at 15:51, Hanna Czenczek <hre...@redhat.com> wrote:
> Now that I look at it once again (because I was wondering why to check fm, > and not fm->fc), do we even need to check fm or fm->fc? fuse_mount_destroy() > assumes both are non-NULL, so I assume sb->s_root || fm->fc->initialized > should be OK, too… You're right, fm can't be NULL. Not sure why I thought it can. Thanks, Miklos