]> git.ipfire.org Git - thirdparty/linux.git/commit
fs: fix ups and tidy ups to /proc/filesystems caching
authorMateusz Guzik <mjguzik@gmail.com>
Wed, 10 Jun 2026 14:39:54 +0000 (16:39 +0200)
committerChristian Brauner <brauner@kernel.org>
Fri, 12 Jun 2026 12:26:27 +0000 (14:26 +0200)
commitcf30ceccfaec3d2549ff60f7c915625f12dd3a93
tree5213a336e79d81c4f8e24006e5c2a4c1f58c5f43
parent86e9d295084019f4df8ef8e477f39aa42d9a7ef8
fs: fix ups and tidy ups to /proc/filesystems caching

- add missing unlocks in some corner cases
- whitespace touch ups
- s/smp_store_release/rcu_assign_pointer/ [nop, the macro expands to the same thing]
- mark file_systems_string as __read_mostly

Signed-off-by: Mateusz Guzik <mjguzik@gmail.com>
Link: https://patch.msgid.link/20260610143954.34185-1-mjguzik@gmail.com
Signed-off-by: Christian Brauner (Amutable) <brauner@kernel.org>
fs/filesystems.c