Improve comment.
authorDavin McCall <davmac@davmac.org>
Wed, 4 Nov 2015 20:14:21 +0000 (20:14 +0000)
committerDavin McCall <davmac@davmac.org>
Wed, 4 Nov 2015 20:14:21 +0000 (20:14 +0000)
dinit.cc

index 19d7aaa7db5bf05041e74f1c5757356f02f5a827..83e8db84212e5fad59fa3c6eecab90884a36396f 100644 (file)
--- a/dinit.cc
+++ b/dinit.cc
  * SIGQUIT - init will exec() shutdown. shutdown will detect that it is
  *           running as pid 1 and will just loop and reap child processes.
  *           This is used by shutdown so that init will not hang on to its
- *           inode, allowing clean filesystem unmounting.
+ *           inode, allowing the filesystem to be re-mounted readonly
+ *           (this is only an issue if the init binary has been unlinked,
+ *           since it's then holding an inode which can't be maintained
+ *           when the filesystem is unmounted).
  *
  * Not sent by shutdown:
  * SIGHUP -  re-read inittab and spawn any new getty entries