From: Didier Roche Date: Wed, 4 Feb 2015 15:42:47 +0000 (+0100) Subject: fsckd daemon for inter-fsckd communication X-Git-Tag: v219.0~650 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=ac6e2f0dfc2e800f01c79ecea2b811914110a7b9;hp=ac6e2f0dfc2e800f01c79ecea2b811914110a7b9 fsckd daemon for inter-fsckd communication Add systemd-fsckd multiplexer which accepts multiple systemd-fsck instances to connect to it and sends progress report. systemd-fsckd then computes and writes to /dev/console the number of devices currently being checked and the minimum fsck progress. This will be used for interactive progress report and cancelling in plymouth. systemd-fsckd stops on idle when no systemd-fsck is connected. Make the necessary changes to systemd-fsck to connect to the systemd-fsckd socket. ---