From: Michael Biebl Date: Sun, 24 Oct 2010 16:40:44 +0000 (+0200) Subject: umount: Make sure / is remounted ro on shutdown X-Git-Tag: v12~166 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=9279749b84cc87c7830280b7895a48bed03c9429;hp=9279749b84cc87c7830280b7895a48bed03c9429;ds=sidebyside umount: Make sure / is remounted ro on shutdown Increment n_failed in mount_points_list_umount() if we skip /. Otherwise it can happen that mount_points_list_remount_read_only() is not called in umount_all(). ---