From: Umut Tezduyar Date: Mon, 11 Mar 2013 15:30:10 +0000 (+0100) Subject: core: keep mountinfo .mounts until late shutdown X-Git-Tag: v199~186 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=89b1d5e0e49d3b3501e5f3aadcad712290bcd9bf;hp=89b1d5e0e49d3b3501e5f3aadcad712290bcd9bf core: keep mountinfo .mounts until late shutdown .mount units coming from /proc/self/mountinfo file are unmounted after local-fs.target is reached during shutdown. Problem: .mount units popping up in mountinfo file are added to systemd without any dependency. For that reason, they are the first one to be unmounted during shutdown. Whichever program mounted the file system deserves a chance to also unmount it. This patch ensures that /proc/self/mountinfo units will be unmounted after local-fs.target during shutdown (if they haven't been unmounted already) ---