Whamcloud - gitweb
e2fsck: warn if checkinterval and broken_system_clock both set
authorEric Sandeen <sandeen@redhat.com>
Mon, 9 Apr 2018 19:28:12 +0000 (15:28 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 9 Apr 2018 20:20:53 +0000 (16:20 -0400)
commit4c41e6801fad37fedbbe8feb849eec190b41a733
tree9e09cd03085e7179e8f790ae140c9fc0940d6c0b
parentbfc1856029ff6851845de27114fea899bbdbccbe
e2fsck: warn if checkinterval and broken_system_clock both set

If broken_system_clock is set in e2fsck.conf and this causes
the check interval to be ignored, make that clear to the user:

e2fsck 1.44.1 (24-Mar-2018)
/dev/sda1: ignoring check interval, broken_system_clock set
/dev/sda1: clean, 11/65536 files, 12955/262144 blocks

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Reviewed-by: Lukas Czerner <lczerner@redhat.com>
e2fsck/unix.c