diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-10-14 02:33:09 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-10-14 02:33:09 +0200 |
commit | d48141ba0bed2866e05261cf06f0a6adfb11f349 (patch) | |
tree | f0e297a6283e367995dbf14a5939a4fbc3d2458b /src/umount.h | |
parent | 2ca1b422530e0e1c3d354b2e95a82723fe3f7702 (diff) |
umount: try to get rid of DM devices
Diffstat (limited to 'src/umount.h')
-rw-r--r-- | src/umount.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/umount.h b/src/umount.h index aeccc00f1e..c06ca867a9 100644 --- a/src/umount.h +++ b/src/umount.h @@ -28,4 +28,6 @@ int swapoff_all(void); int loopback_detach_all(void); +int dm_detach_all(void); + #endif |