Whamcloud - gitweb
e2fsck: skip low dtime check if the number of inodes > s_mkfs_time
authorTheodore Ts'o <tytso@mit.edu>
Tue, 22 Apr 2014 18:14:56 +0000 (14:14 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 22 Apr 2014 18:14:56 +0000 (14:14 -0400)
commit6f6f567fac3e4c504b8ac5408465ebb7f7395554
tree453b3a4d6f8069c9236f796a374eca158befe66d
parent5bb66e37d668697092b467460e0ea151fefdd744
e2fsck: skip low dtime check if the number of inodes > s_mkfs_time

We already skip the low dtime check if the number of inods is greater
than the last mount or last written time.  However, if a very large
file system is resized sufficiently large that the number of inodes is
greater than when the file system was original created, we can end up
running afoul of the low dtime check.  This results in a large number
of false positives which e2fsck can fix up without causing any
problems, but it can induce a large amount of anxiety for the system
administrator.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Reported-by: Patrik HornĂ­k <patrik@hornik.sk>
e2fsck/pass1.c