Age | Commit message (Collapse) | Author |
|
Correctly remove from fscks chain.
|
|
|
|
In non-automatic mode, print a warning if a filesystem is of a type that
can't be fscked.
|
|
|
|
|
|
|
|
Fsck pass 0 if not in automatic mode.
Respect `noauto' option in automatic mode.
(fs_start_fsck):
When deciding to use a flags arg, mask flags against an explicit list of
valid ones.
(FSCK_F_AUTO): New macro.
(main): Set FSCK_F_AUTO flag if in automatic mode.
|
|
(FSCK_F_WRITABLE): New macro.
(struct fsck): Rename WAS_READONLY field to MAKE_WRITABLE.
(fscks_start_fsck): Change to set make_writable field instead of was_readonly.
(fsck_cleanup): Change RESTORE_WRITABLE to MAKE_WRITABLE.
(fscks_wait): Likewise.
|
|
|
|
(debug, fs_debug): New macros.
(fs_start_fsck, fscks_start_fsck, fsck_cleanup, fscks_wait, fsck, main):
Add debugging noise.
(main): Use FSTAB_PATH instead of _PATH_MNTTAB.
(args_doc): Fix.
|
|
|
|
|