1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-02 14:07:46 +00:00

Find MountInfo properly when symlink is used (#4929)

* Find MountInfo properly when symlink is entered

According to GNU implementation the entered path is
being compared with the canonicalized device name
in MountInfo.

Co-authored-by: Frantisek Kropac <kropac.ff@gmail.com>
Co-authored-by: Sylvestre Ledru <sylvestre@debian.org>
This commit is contained in:
Frantisek Kropac 2023-06-10 09:22:01 +02:00 committed by GitHub
parent 60e797ea57
commit ad96a1b8a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 24 additions and 4 deletions

1
Cargo.lock generated
View file

@ -2562,6 +2562,7 @@ name = "uu_df"
version = "0.0.19"
dependencies = [
"clap",
"tempfile",
"unicode-width",
"uucore",
]