Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 178624
b: refs/heads/master
c: e02a0e4
h: refs/heads/master
v: v3
  • Loading branch information
Dan Williams committed Dec 17, 2009
1 parent 2fe96de commit a8c742f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cd78809f6191485a90ea6c92c2b58900ab5c156f
refs/heads/master: e02a0e47a3f061c1a53fc4376332a988ec047e8a
7 changes: 7 additions & 0 deletions trunk/crypto/async_tx/raid6test.c
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,13 @@ static int raid6_test(void)
err += test(4, &tests);
if (NDISKS > 5)
err += test(5, &tests);
/* the 11 and 12 disk cases are special for ioatdma (p-disabled
* q-continuation without extended descriptor)
*/
if (NDISKS > 12) {
err += test(11, &tests);
err += test(12, &tests);
}
err += test(NDISKS, &tests);

pr("\n");
Expand Down

0 comments on commit a8c742f

Please sign in to comment.