]> git.ipfire.org Git - thirdparty/systemd.git/commit
shutdown: Don't skip bind mounts on shutdown
authorDaniel Drake <dsd@laptop.org>
Wed, 25 Apr 2012 15:46:46 +0000 (16:46 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 30 May 2012 21:17:03 +0000 (23:17 +0200)
commit7c49259fc8f63ade6cb212a43477d7030aaaf423
tree3ab182bfeee5800e3f37b08ebad531199c4ea3ac
parentd94117a93c0a8431de5c765f21a97f6eb32580da
shutdown: Don't skip bind mounts on shutdown

This reverts commits d72238fcb34abc81aca97c5fb15888708ee937d3 and
f3accc08.

OLPC runs / as a bind-mount, so this must be remounted RO during
shutdown to avoid corruption.

As Lennert can't recall the exact reasons for making the shutdown
code skip bind mounts, revert to previous behaviour to solve the
issue for OLPC.

http://lists.freedesktop.org/archives/systemd-devel/2012-April/004957.html
src/core/umount.c