chiark / gitweb /
mount: filesystems mounted in the initrd should not conflict with umount.target in...
authorTom Gundersen <teg@jklm.no>
Mon, 19 Aug 2013 04:34:13 +0000 (12:34 +0800)
committerTom Gundersen <teg@jklm.no>
Wed, 11 Sep 2013 12:42:36 +0000 (14:42 +0200)
commit88ac30a1979365a926bc85a9cd7150da85823077
treeebd29c63e314c9e6e65edeb94c4711325c7a98fe
parent5073f89f102d98c27c4f3aefb5643b50a5301d10
mount: filesystems mounted in the initrd should not conflict with umount.target in the real root

These mounts should be kept around and unmounted in the shutdown ramfs.

Currently, we will still attempt to umount these in the final kill spree, but
we should consider avoiding that too. Also, the should_umount function should
be generalised and put into util.c or something like that, but we are still
discussing precisely how.
src/core/mount.c