Whamcloud - gitweb
e2fsck: quiet harmless inode/blocks errors
authorAndreas Dilger <adilger@whamcloud.com>
Tue, 24 Apr 2012 20:22:48 +0000 (16:22 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 24 Apr 2012 20:22:48 +0000 (16:22 -0400)
commit2788cc879bbe667d28277e1d660b7e56514e5b30
tree15093d80f14bb42bddc6a9c015b61af28e2edb8a
parent7943ccf5f2fa76f1dc164ddd1ffd5044a1dca31a
e2fsck: quiet harmless inode/blocks errors

Don't consider only an error in the superblock summary as incorrect.
The kernel does not update this field except at unmount time, so
don't print errors during a "-n" run if there is nothing else wrong.
Any other unfixed errors will themselves mark the filesystem invalid.

Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
e2fsck/pass5.c
e2fsck/problem.c