When and why to deprecate filesystems
When and why to deprecate filesystems
Posted Mar 7, 2022 20:03 UTC (Mon) by dezgeg (guest, #92243)In reply to: When and why to deprecate filesystems by error27
Parent article: When and why to deprecate filesystems
It in fact has been implemented in LKL (Linux Kernel Library) - where the kernel is compiled as a userspace library, which then is used to implement a FUSE filesystem which can mount any filesystem supported by the kernel (lklfuse).
Sadly, last commit seems to be from 2020: https://github.com/lkl/linux
