]> git.ipfire.org Git - thirdparty/mdadm.git/commit
raid6check.c: reduce verbosity
authorPiergiorgio Sartor <piergiorgio.sartor@nexgo.de>
Wed, 5 Feb 2014 19:18:45 +0000 (20:18 +0100)
committerNeilBrown <neilb@suse.de>
Wed, 5 Feb 2014 22:28:24 +0000 (09:28 +1100)
commit237e40cef21995a865c465c6c530ecaf958d3aec
treef8b148cd63666bd5560090739c0dd57adcacabe5
parente645b3417c61dbe40795addf45faa51b9bfdcbef
raid6check.c: reduce verbosity

This patch will remove some legacy code.
It is part of the verbosity "cleanup".
In any case, if information about the P
and Q parity mismatches is required, it
should go inside the code handling page
size blocks, not full stripe size.

Signed-off-by: NeilBrown <neilb@suse.de>
raid6check.c