Hey Linus, /* Summary */ This converts the bfs and omfs filesystems to the new mount api. /* Testing */ gcc (Debian 14.2.0-19) 14.2.0 Debian clang version 19.1.7 (3) No build failures or warnings were observed. /* Conflicts */ Merge conflicts with mainline ============================= No known conflicts. Merge conflicts with other trees ================================ No known conflicts. The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8: Linux 6.15-rc1 (2025-04-06 13:11:33 -0700) are available in the Git repository at: git@xxxxxxxxxxxxxxxxxxx:pub/scm/linux/kernel/git/vfs/vfs tags/vfs-6.16-rc1.mount.api for you to fetch changes up to 759cfedc5ee7e5a34fd53a4412a4645204bf7f8d: omfs: convert to new mount API (2025-04-28 10:54:39 +0200) Please consider pulling these changes from the signed vfs-6.16-rc1.mount.api tag. Thanks! Christian ---------------------------------------------------------------- vfs-6.16-rc1.mount.api ---------------------------------------------------------------- Pavel Reichl (2): bfs: convert bfs to use the new mount api omfs: convert to new mount API fs/bfs/inode.c | 30 +++++++--- fs/omfs/inode.c | 176 +++++++++++++++++++++++++++++++++----------------------- 2 files changed, 125 insertions(+), 81 deletions(-)