commit | ddd5115fe5594f5aae3c7f0008a5327bb1d19397 | [log] [tgz] |
---|---|---|
author | Namhyung Kim <namhyung@gmail.com> | Wed Jul 27 11:00:36 2011 +1000 |
committer | NeilBrown <neilb@suse.de> | Wed Jul 27 11:00:36 2011 +1000 |
tree | a3bfeaea386bbecb4bc4cd56ff3139c5d9975981 | |
parent | 9d3d80113df824a266c5db3fac357a036ebc0b62 [diff] |
md/raid5: move rdev->corrected_errors counting Read errors are considered to corrected if write-back and re-read cycle is finished without further problems. Thus moving the rdev-> corrected_errors counting after the re-reading looks more reasonable IMHO. Signed-off-by: Namhyung Kim <namhyung@gmail.com> Signed-off-by: NeilBrown <neilb@suse.de>