mount-util: rework umount_verbose() to take log level and flags arg
authorLennart Poettering <lennart@poettering.net>
Tue, 22 Sep 2020 14:32:07 +0000 (16:32 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 23 Sep 2020 16:57:36 +0000 (18:57 +0200)
commit30f5d10421e6b1a22cf5d707a9c90c32914bce6b
treee12688a4e9874039917ada0f25159f7b0f7aeb30
parent511a8cfe300662963522cea314e3b2426fc2f3ee
mount-util: rework umount_verbose() to take log level and flags arg

Let's make umount_verbose() more like mount_verbose_xyz(), i.e. take log
level and flags param. In particular the latter matters, since we
typically don't actually want to follow symlinks when unmounting.
src/core/automount.c
src/home/homework-directory.c
src/home/homework-luks.c
src/home/homework-mount.c
src/home/homework.c
src/nspawn/nspawn-cgroup.c
src/nspawn/nspawn-mount.c
src/shared/mount-util.c
src/shared/mount-util.h
src/volatile-root/volatile-root.c