Re: [PATCH v2] fuse: check for NULL root inode in fuse_fill_super_submount
Miklos Szeredi <[email protected]>
| Newsgroups | gmane.linux.file-systems,gmane.linux.kernel |
|---|---|
| Message-ID | <CAJfpegs2PwgkPNVmHwpHKJ4Bs0R+Qw87xEcCvWVGSgcZhOWPpQ@mail.gmail.com> |
On Sat, 8 Aug 2026 at 06:14, Baokun Li <[email protected]> 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 <[email protected]> Applied, thanks. Miklos