Re: [PATCH RFC v2 22/23] fs: start all kthreads in nullfs

From: Askar Safin

Date: Sat Mar 07 2026 - 17:17:32 EST


Christian Brauner <brauner@xxxxxxxxxx>:
> + nullfs_mnt = kern_mount(&nullfs_fs_type);

There is a comment "We create two mounts" above. But now it is wrong,
because now this function creates 3 mounts: 2 nullfses and 1 tmpfs/ramfs.

--
Askar Safin