Make softdep mounts a no-op
authorbeck <beck@openbsd.org>
Wed, 5 Jul 2023 15:13:28 +0000 (15:13 +0000)
committerbeck <beck@openbsd.org>
Wed, 5 Jul 2023 15:13:28 +0000 (15:13 +0000)
commitbcec930b9bae72bd716e3c4fb901baf14e29d02c
tree6d35960f4fefe3984674a6263338e93ff8d2c852
parentdaf46e4166c97b4a3f147065d35c32655df04905
Make softdep mounts a no-op

Softdep is a significant impediment to progressing in the vfs layer
so we plan to get it out of the way. It is too clever for us to
continue maintaining as it is.

ok kettenis@ kn@ tobhe@ and most of the g2k23 room except bluhm@
sys/kern/vfs_syscalls.c
sys/sys/mount.h
sys/ufs/ffs/ffs_softdep.c
sys/ufs/ffs/ffs_vfsops.c