]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/umount.c
shutdown, umount: use verbs consistently
authorMichal Schmidt <mschmidt@redhat.com>
Fri, 7 Dec 2012 17:02:43 +0000 (18:02 +0100)
committerMichal Schmidt <mschmidt@redhat.com>
Fri, 7 Dec 2012 17:55:19 +0000 (18:55 +0100)
commit735e0712710a1dc26da0febafb91b242b2687f3f
tree20cdf85678f59cbd37b292d2b05d69a02fa48877
parentbce93b7ac7642426039863493694d8c12812e2a7
shutdown, umount: use verbs consistently

Mounts are "unmounted".
Swaps are "deactivated", not "turned off" nor "disabled".
Loop and DM devices are "detached", not "deleted".

Especially the deleting sounded a bit scary.
src/core/shutdown.c
src/core/umount.c