]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
bfs: convert bfs to use the new mount api
authorPavel Reichl <preichl@redhat.com>
Thu, 20 Mar 2025 20:42:24 +0000 (21:42 +0100)
committerChristian Brauner <brauner@kernel.org>
Mon, 7 Apr 2025 07:36:20 +0000 (09:36 +0200)
commit9d5c8dc8111539260e59276a095132a585cb5aaf
treedc6bf5c2bdb77c3a092ed1b09311d5c2c638a9aa
parent0af2f6be1b4281385b618cb86ad946eded089ac8
bfs: convert bfs to use the new mount api

Convert the bfs filesystem to use the new mount API.

Tested using mount and simple writes & reads on ro/rw bfs devices.

Signed-off-by: Pavel Reichl <preichl@redhat.com>
Link: https://lore.kernel.org/r/20250320204224.181403-1-preichl@redhat.com
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/bfs/inode.c