Re: [PATCH v2] fuse: check for NULL root inode in fuse_fill_super_submount
From: Miklos Szeredi
Date: Tue Aug 18 2026 - 05:24:43 EST
On Sat, 8 Aug 2026 at 06:14, Baokun Li <libaokun@xxxxxxxxxxxxxxxxx> wrote:
> Return -ENOMEM instead; the caller tears down the partially built
> superblock on error, matching the other error returns in this
> function.
>
> Fixes: 1866d779d5d2 ("fuse: Allow fuse_fill_super_common() for submounts")
> Signed-off-by: Baokun Li <libaokun@xxxxxxxxxxxxxxxxx>
Applied, thanks.
Miklos