diff options
author | NeilBrown <neilb@suse.de> | 2010-08-11 16:44:54 -0400 |
---|---|---|
committer | NeilBrown <neilb@suse.de> | 2010-08-11 16:44:54 -0400 |
commit | a8e026c785b3fecef0ef5c00c15223542c4db8f5 (patch) | |
tree | 580baa4e5a3e5bed4cef74a4e9a523b8010f6020 /lib/raid6/recov.c | |
parent | d5302fe41ffb28d0a48be6a71becba36d3453ae0 (diff) |
Further tidyup of raid6 naming in lib/raid6
Rename raid6/raid6x86.h to raid6/x86.h
and modify some comments.
Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'lib/raid6/recov.c')
-rw-r--r-- | lib/raid6/recov.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/raid6/recov.c b/lib/raid6/recov.c index 2609f00e0d61..8590d19cf522 100644 --- a/lib/raid6/recov.c +++ b/lib/raid6/recov.c | |||
@@ -11,7 +11,7 @@ | |||
11 | * ----------------------------------------------------------------------- */ | 11 | * ----------------------------------------------------------------------- */ |
12 | 12 | ||
13 | /* | 13 | /* |
14 | * raid6recov.c | 14 | * raid6/recov.c |
15 | * | 15 | * |
16 | * RAID-6 data recovery in dual failure mode. In single failure mode, | 16 | * RAID-6 data recovery in dual failure mode. In single failure mode, |
17 | * use the RAID-5 algorithm (or, in the case of Q failure, just reconstruct | 17 | * use the RAID-5 algorithm (or, in the case of Q failure, just reconstruct |