]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libmount: use mount table filter on --no-canonicalize
authorKarel Zak <kzak@redhat.com>
Wed, 7 Jun 2017 09:35:26 +0000 (11:35 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 7 Jun 2017 09:35:26 +0000 (11:35 +0200)
commitf8416301c195d50a21cb54d9ea9abeccc40f9ee7
tree9c55ab36703691d74d0b674f99631d2001e59acc
parentf60d62afa16b807761ba6b04be250315f4844390
libmount: use mount table filter on --no-canonicalize

The umount command option --no-canonicalize means that the path is
already canonical. So, we can use mount table filter in this case too.

Signed-off-by: Karel Zak <kzak@redhat.com>
libmount/src/context.c
libmount/src/context_umount.c