chiark / gitweb /
fsckd daemon for inter-fsckd communication
authorDidier Roche <didrocks@ubuntu.com>
Wed, 4 Feb 2015 15:42:47 +0000 (16:42 +0100)
committerMartin Pitt <martin.pitt@ubuntu.com>
Wed, 18 Feb 2015 15:33:46 +0000 (16:33 +0100)
commitac6e2f0dfc2e800f01c79ecea2b811914110a7b9
treed3ee810d7e5f657a2e3a458789f1caae9ac45947
parent502184de0f95d3a124d4d4c77ae7a88747a0fac2
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.
.gitignore
Makefile.am
src/fsck/fsck.c
src/fsckd/Makefile [new symlink]
src/fsckd/fsckd.c [new file with mode: 0644]
src/fsckd/fsckd.h [new file with mode: 0644]