opnsense-src/sys/ufs
Gleb Smirnoff e1ebda4458 ffs: fix build with GEOM_LABEL and without FFS, e.g. MINIMAL
The root of vfs.ffs sysctl tree was declared in ffs_alloc.c.  The
1111a44301 started to use the root in ffs_subr.c.  However, ffs_subr.c
may be included in kernels that do not have FFS in their config.  Such
kernel won't link after 1111a44301.

Fixes:	1111a44301
2025-02-01 01:00:25 -08:00
..
ffs ffs: fix build with GEOM_LABEL and without FFS, e.g. MINIMAL 2025-02-01 01:00:25 -08:00
ufs Defer the January 19, 2038 date limit in UFS1 filesystems to February 7, 2106 2025-01-30 17:31:08 -08:00