chiark / gitweb /
mount-setup: always use the same source as fstype for the API VFS we mount
authorLennart Poettering <lennart@poettering.net>
Fri, 16 Feb 2018 14:49:32 +0000 (15:49 +0100)
committerSven Eden <yamakuzure@gmx.net>
Wed, 30 May 2018 05:59:03 +0000 (07:59 +0200)
commitd410db4c84169f7022b7afd274302315305002f3
treebcf9c50565c1501200fbf6e09e4cd6133783bd8a
parentd67058ae3d1ae68ed0a507109ac584df161c3c2b
mount-setup: always use the same source as fstype for the API VFS we mount

So far, for all our API VFS mounts we used the fstype also as mount
source, let's do that for the cgroupsv2 mounts too. The kernel doesn't
really care about the source for API VFS, but it's visible to the user,
hence let's clean this up and follow the rule we otherwise follow.
src/core/mount-setup.c