Skip to content

Commit

Permalink
Add SPLAT_TEST_FINI call for SPLAT_TASKQ_TEST6_ID
Browse files Browse the repository at this point in the history
This change adds the neglected SPLAT_TEST_FINI call for the
SPLAT_TASKQ_TEST6_ID, just as is done for the other 5 SPLAT_TASKQ_*
tests.

Signed-off-by: Prakash Surya <surya1@llnl.gov>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #64
  • Loading branch information
Prakash Surya authored and behlendorf committed Dec 13, 2011
1 parent 93806f5 commit ed948fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions module/splat/splat-taskq.c
Expand Up @@ -722,6 +722,7 @@ void
splat_taskq_fini(splat_subsystem_t *sub)
{
ASSERT(sub);
SPLAT_TEST_FINI(sub, SPLAT_TASKQ_TEST6_ID);
SPLAT_TEST_FINI(sub, SPLAT_TASKQ_TEST5_ID);
SPLAT_TEST_FINI(sub, SPLAT_TASKQ_TEST4_ID);
SPLAT_TEST_FINI(sub, SPLAT_TASKQ_TEST3_ID);
Expand Down

0 comments on commit ed948fa

Please sign in to comment.