Re: rc.d/tmp: tmpfs support not entirely complete?

From: Warner Losh <imp_at_bsdimp.com>
Date: Fri, 26 Sep 2025 17:25:36 UTC
On Thu, Sep 25, 2025 at 8:10 AM Andriy Gapon <avg@freebsd.org> wrote:

>
> I've just had a quick look at rc.d/tmp and noticed that it uses mount_md
> function for the actual mounting.  The function is quite smart and can use
> either tmpfs or a memory disk depending on the configuration.
> But mount_tmpmfs in rc.d/tmp tests only for an md device when it checks
> whether
> /tmp is already a "memory filesystem".
>

That sounds wrong to me...

Warner