linux_dsm_epyc7002/fs/ubifs
Artem Bityutskiy 348709bad3 UBIFS: do not print scary error messages needlessly
At the moment UBIFS print large and scary error messages and
flash dumps in case of nearly any corruption, even if it is
a recoverable corruption. For example, if the master node is
corrupted, ubifs_scan() prints error dumps, then UBIFS recovers
just fine and goes on.

This patch makes UBIFS print scary error messages only in
real cases, which are not recoverable. It adds 'quiet' argument
to the 'ubifs_scan()' function, so the caller may ask 'ubi_scan()'
not to print error messages if the caller is able to do recovery.

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Reviewed-by: Adrian Hunter <Adrian.Hunter@nokia.com>
2009-09-10 12:06:47 +03:00
..
budget.c UBIFS: remove dead code 2009-05-29 14:38:37 +03:00
commit.c UBIFS: suppress compilation warning 2009-07-24 15:14:54 +03:00
compress.c UBIFS: fix sparse warnings 2008-12-31 14:13:24 +02:00
debug.c UBIFS: do not print scary error messages needlessly 2009-09-10 12:06:47 +03:00
debug.h UBIFS: add inode size debugging check 2009-09-10 09:58:11 +03:00
dir.c UBIFS: return error if link and unlink race 2009-05-19 11:01:31 +03:00
file.c Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 2009-04-06 15:00:19 -07:00
find.c UBIFS: improve find function interface 2009-03-08 13:29:09 +02:00
gc.c UBIFS: do not print scary error messages needlessly 2009-09-10 12:06:47 +03:00
io.c UBIFS: fix 64-bit divisions in debug print 2009-07-05 18:45:18 +03:00
ioctl.c headers: smp_lock.h redux 2009-07-12 12:22:34 -07:00
journal.c UBIFS: fix commentaries 2009-03-20 19:11:12 +02:00
Kconfig trivial: fix typos/grammar errors in Kconfig texts 2009-03-30 15:22:01 +02:00
key.h UBIFS: add inode size debugging check 2009-09-10 09:58:11 +03:00
log.c UBIFS: do not print scary error messages needlessly 2009-09-10 12:06:47 +03:00
lprops.c UBIFS: do not print scary error messages needlessly 2009-09-10 12:06:47 +03:00
lpt_commit.c UBIFS: fix commentaries 2009-03-20 19:11:12 +02:00
lpt.c UBIFS: use nicer 64-bit math 2008-12-23 12:23:40 +02:00
Makefile UBIFS: include to compilation 2008-07-15 17:35:24 +03:00
master.c UBIFS: do not print scary error messages needlessly 2009-09-10 12:06:47 +03:00
misc.h UBIFS: inline one-line functions 2008-09-30 11:12:56 +03:00
orphan.c UBIFS: do not print scary error messages needlessly 2009-09-10 12:06:47 +03:00
recovery.c UBIFS: do not print scary error messages needlessly 2009-09-10 12:06:47 +03:00
replay.c UBIFS: do not print scary error messages needlessly 2009-09-10 12:06:47 +03:00
sb.c UBIFS: add R/O compatibility 2009-03-26 16:36:20 +02:00
scan.c UBIFS: do not print scary error messages needlessly 2009-09-10 12:06:47 +03:00
shrinker.c UBIFS: list usage cleanup 2009-02-17 12:45:22 +02:00
super.c UBIFS: add inode size debugging check 2009-09-10 09:58:11 +03:00
tnc_commit.c UBIFS: do not print scary error messages needlessly 2009-09-10 12:06:47 +03:00
tnc_misc.c UBIFS: correct key comparison 2008-09-30 11:12:57 +03:00
tnc.c UBIFS: add inode size debugging check 2009-09-10 09:58:11 +03:00
ubifs-media.h UBIFS: add R/O compatibility 2009-03-26 16:36:20 +02:00
ubifs.h UBIFS: do not print scary error messages needlessly 2009-09-10 12:06:47 +03:00
xattr.c UBIFS: constify file and inode operations 2009-08-22 11:54:51 +03:00