summaryrefslogtreecommitdiff
path: root/src/umount.h
Commit message (Collapse)AuthorAge
* shutdown: loop only as long as we manage to unmount/detach devices, give up ↵Lennart Poettering2010-10-14
| | | | immediately when we are stuck
* umount: try to get rid of DM devicesLennart Poettering2010-10-14
|
* umount: Adding unmount functions to be used in shutdownFabiano Fidencio2010-10-07
This functions will: - umount all mount points that aren't API - remount read-only all mount points that can't be umounted - umount all swap devices. - detach all loopback devices TODO: - umount dms Mountpoints are being read from /proc/self/mountinfo. Swaps are being read from /proc/swaps. Loop devices from /sys/class/block/loop*.