]> git.ipfire.org Git - thirdparty/systemd.git/commit
path: drop simplification of path in bind_remount_recursive_with_mountinfo()
authorLennart Poettering <lennart@poettering.net>
Wed, 24 Mar 2021 12:49:06 +0000 (13:49 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 7 May 2021 09:57:23 +0000 (11:57 +0200)
commitca7bd6183c2d0e88289725a5e516072be6d7dade
treea8fae4b260edcf7ba857fd67ff886c22037acdc5
parent0ae299022a0d7a05e6bc044f5e54f534f6cc6dbf
path: drop simplification of path in bind_remount_recursive_with_mountinfo()

We only use path-aware comparisons and hashops, hence no need to
simplify, we can use the path as it is.

(cherry picked from commit c6111b85f77fa6207c0ac50a99cf5d05c2aa33c9)
src/shared/mount-util.c