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)
committerLennart Poettering <lennart@poettering.net>
Wed, 21 Feb 2018 15:43:36 +0000 (16:43 +0100)
commit6590080851915ddef3d5e11db9ab4af1d00853cb
tree29b33f7b5a731a89ddbc4f54b0ca8ea4a869be26
parentacf7f253dedbca7ba5edada37d11221a47101ee3
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