]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/namespace.c
namespace: normalize MountMode type a bit
authorLennart Poettering <lennart@poettering.net>
Thu, 26 Oct 2023 17:22:02 +0000 (19:22 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 28 Oct 2023 01:27:56 +0000 (10:27 +0900)
commita868e437721c974f63d6b10eefedf7bc1f871dab
treedc033bd326c85e28b726ece8565eb043c2e391b0
parent2aa246e88f00aab6ef2a46c63fea98b6021520dd
namespace: normalize MountMode type a bit

Let's prefix it with a common prefix, and make sure the names are all
singular and the string table actually matches the names.

No change in behavour, just some rafactoring to make this enum a bit
less special, and make it follow our usual coding style more closely.
src/core/namespace.c