From 12aad1d075a6cfa23920b977146e79d8154f2540 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 14 Oct 2010 18:55:04 +0200 Subject: shutdown: loop only as long as we manage to unmount/detach devices, give up immediately when we are stuck --- src/umount.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/umount.h') diff --git a/src/umount.h b/src/umount.h index c06ca867a9..acdf09acf1 100644 --- a/src/umount.h +++ b/src/umount.h @@ -22,12 +22,12 @@ along with systemd; If not, see . ***/ -int umount_all(void); +int umount_all(bool *changed); -int swapoff_all(void); +int swapoff_all(bool *changed); -int loopback_detach_all(void); +int loopback_detach_all(bool *changed); -int dm_detach_all(void); +int dm_detach_all(bool *changed); #endif -- cgit v1.2.3-54-g00ecf