diff options
author | Tom Gundersen <teg@jklm.no> | 2013-10-05 17:28:09 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2013-10-19 12:23:17 +0200 |
commit | accdd018ede77ef1c057775396c18c73406cbcb4 (patch) | |
tree | dc4aa98c325c85b9662e8eec3fcf92ae4362e765 /src/core/mount.h | |
parent | 4952a9beff339b75641a7a84c226c11d6bd680c4 (diff) |
mount/service: drop FsckPassNo support
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.
Diffstat (limited to 'src/core/mount.h')
-rw-r--r-- | src/core/mount.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/mount.h b/src/core/mount.h index 7cd4320d94..a9550697e5 100644 --- a/src/core/mount.h +++ b/src/core/mount.h @@ -58,7 +58,6 @@ typedef struct MountParameters { char *what; char *options; char *fstype; - int passno; } MountParameters; typedef enum MountResult { |