aboutsummaryrefslogtreecommitdiff
path: root/lib/raid6/recov.c
AgeCommit message (Collapse)AuthorFilesLines
2012-05-28lib/raid6: fix sparse warnings in recovery functionsJim Kukunas1-3/+4
Make the recovery functions static to fix the following sparse warnings: lib/raid6/recov.c:25:6: warning: symbol 'raid6_2data_recov_intx1' was not declared. Should it be static? lib/raid6/recov.c:69:6: warning: symbol 'raid6_datap_recov_intx1' was not declared. Should it be static? lib/raid6/recov_ssse3.c:22:6: warning: symbol 'raid6_2data_recov_ssse3' was not declared. Should it be static? lib/raid6/recov_ssse3.c:197:6: warning: symbol 'raid6_datap_recov_ssse3' was not declared. Should it be static? Reported-by: Fengguang Wu <[email protected]> Signed-off-by: Jim Kukunas <[email protected]> Signed-off-by: NeilBrown <[email protected]>
2012-05-22lib/raid6: Add SSSE3 optimized recovery functionsJim Kukunas1-4/+11
Add SSSE3 optimized recovery functions, as well as a system for selecting the most appropriate recovery functions to use. Originally-by: H. Peter Anvin <[email protected]> Signed-off-by: Jim Kukunas <[email protected]> Signed-off-by: NeilBrown <[email protected]>
2011-10-31md: Add in export.h for files using EXPORT_SYMBOLPaul Gortmaker1-0/+1
These files were getting the defines for EXPORT_SYMBOL because device.h was including module.h. But we are going to put an end to that. So add the proper export.h include now. Signed-off-by: Paul Gortmaker <[email protected]>
2010-08-12Further tidyup of raid6 naming in lib/raid6NeilBrown1-1/+1
Rename raid6/raid6x86.h to raid6/x86.h and modify some comments. Signed-off-by: NeilBrown <[email protected]>
2010-08-11Rename raid6 files now they're in a 'raid6' directory.David Woodhouse1-0/+132
Linus asks 'why "raid6" twice?'. No reason. Signed-off-by: David Woodhouse <[email protected]>