mount/service: drop FsckPassNo support

System Internals / systemd - Tom Gundersen [jklm.no] - 19 October 2013 05:23 UTC

We now treat passno as boleans in the generators, and don't need this any more. fsck itself is able to sequentialize checks on the same local media, so in the common case the ordering is redundant.

It is still possible to force an order by using .d fragments, in case that is desired.

accdd01 mount/service: drop FsckPassNo support
TODO | 4 ---
man/systemd.mount.xml | 22 --------------
man/systemd.service.xml | 27 -----------------
src/core/load-fragment-gperf.gperf.m4 | 2 --
src/core/load-fragment.c | 30 -------------------
src/core/load-fragment.h | 1 -
src/core/mount.c | 32 +--------------------
src/core/mount.h | 1 -
src/core/service.c | 51 ---------------------------------
src/core/service.h | 2 --
10 files changed, 1 insertion(+), 171 deletions(-)

Upstream: github.com


  • Share