]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/fsck/fsck.c
fsck: configure logging before use and define main through macro
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 16 Nov 2018 10:14:16 +0000 (11:14 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 17 Nov 2018 08:13:35 +0000 (09:13 +0100)
commit9013653e3c86d68263c01c380f65267f0d0c151c
tree6447e01a1c7edd2ba1702cb4c54cae0c7d9e80d1
parentc88f45e7447149a4b22e24ccec920703b51f9acf
fsck: configure logging before use and define main through macro

There's a slight change in logic: before, when rebooting the machine, we could
also request quotacheck (by touching /run/systemd/quotacheck) if the fsck
helper set FSCK_ERROR_CORRECTED.  This is just a race, and doesn't matter much
in practice.
src/fsck/fsck.c