]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/shared/mount-util.c
mount-util: make sure get_mount_flags() ever follows symlinks
authorLennart Poettering <lennart@poettering.net>
Tue, 22 Sep 2020 13:16:37 +0000 (15:16 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 23 Sep 2020 16:57:36 +0000 (18:57 +0200)
commit5012d567a8e903693998fe9fb96a5aa86f49c986
treedac70d349530cc11cb8b7c903c87089b8344f78e
parent28126409b20bca9aa6ff18dff594e58aa79caba9
mount-util: make sure get_mount_flags() ever follows symlinks

It doesn't follow symlinks when we check for the mount flags via
libmount, hence it shouldn't do either when we go via statvfs().
src/shared/mount-util.c