md/raid6 algorithms: delta syndrome functions
[deliverable/linux.git] / lib / raid6 / int.uc
index 5b50f8dfc5d244efa4678e1034da785b296559fd..5ca60bee138879a2b9bd12f848f52fcdd297f261 100644 (file)
@@ -109,7 +109,8 @@ static void raid6_int$#_gen_syndrome(int disks, size_t bytes, void **ptrs)
 
 const struct raid6_calls raid6_intx$# = {
        raid6_int$#_gen_syndrome,
-       NULL,           /* always valid */
+       NULL,                   /* XOR not yet implemented */
+       NULL,                   /* always valid */
        "int" NSTRING "x$#",
        0
 };
This page took 0.037289 seconds and 5 git commands to generate.