commit | 9d88883e68f404d5581bd391713ceef470ea53a9 | [log] [tgz] |
---|---|---|
author | NeilBrown <neilb@suse.de> | Tue Nov 08 21:39:26 2005 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Nov 09 07:56:37 2005 -0800 |
tree | 09217a737ca91fb1d105df601741a61e141d4946 | |
parent | 24dd469d728dae07f40c5d79ea6dedd38cdf1a30 [diff] |
[PATCH] md: teach raid5 the difference between 'check' and 'repair'. With this, raid5 can be asked to check parity without repairing it. It also keeps a count of the number of incorrect parity blocks found (mismatches) and reports them through sysfs. Signed-off-by: Neil Brown <neilb@suse.de> Cc: Greg KH <greg@kroah.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>