diff options
Diffstat (limited to 'lib/raid6/int.uc')
-rw-r--r-- | lib/raid6/int.uc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/raid6/int.uc b/lib/raid6/int.uc index 5b50f8dfc5d2..5ca60bee1388 100644 --- a/lib/raid6/int.uc +++ b/lib/raid6/int.uc | |||
@@ -109,7 +109,8 @@ static void raid6_int$#_gen_syndrome(int disks, size_t bytes, void **ptrs) | |||
109 | 109 | ||
110 | const struct raid6_calls raid6_intx$# = { | 110 | const struct raid6_calls raid6_intx$# = { |
111 | raid6_int$#_gen_syndrome, | 111 | raid6_int$#_gen_syndrome, |
112 | NULL, /* always valid */ | 112 | NULL, /* XOR not yet implemented */ |
113 | NULL, /* always valid */ | ||
113 | "int" NSTRING "x$#", | 114 | "int" NSTRING "x$#", |
114 | 0 | 115 | 0 |
115 | }; | 116 | }; |