]> git.ipfire.org Git - thirdparty/util-linux.git/commit
Revert "libmount: don't canonicalize symlinks for bind operation"
authorKarel Zak <kzak@redhat.com>
Tue, 13 Feb 2024 18:54:08 +0000 (19:54 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 13 Feb 2024 18:54:08 +0000 (19:54 +0100)
commitc19ae2094e865f1a153e25b865315bd68edf075b
tree2273889fbbabd73c73f2e62a03f280d30016444d
parent26e778a790fb016f639af5919d08f9affa677f23
Revert "libmount: don't canonicalize symlinks for bind operation"

This reverts commit 1b2d8187360157b00b47f52522fc039d82e34e6b.

Unfortunately, this new feature introduces a regression. We need a
better solution (probably mount options option to enable the feature)
rather than enable it by default.

Fixes: https://github.com/util-linux/util-linux/issues/2773
References: https://github.com/util-linux/util-linux/issues/2370
libmount/src/context_mount.c
sys-utils/mount.8.adoc