blkdebug: Fix set_state_opts definition
commit327cdad4163dcf3928472e0cdbf6b6b97c88670b
authorKevin Wolf <kwolf@redhat.com>
Wed, 30 Jun 2010 15:40:42 +0000 (30 17:40 +0200)
committerKevin Wolf <kwolf@redhat.com>
Fri, 2 Jul 2010 11:18:02 +0000 (2 13:18 +0200)
tree06504ecfbcf472aa663405c2ca6991f1b6541abe
parentbb67ab0290b9a83d4d444e2e9a0311d3b9b54385
blkdebug: Fix set_state_opts definition

The list head was initialized to point to the wrong list, so all actions ended
up being handled as inject-error even if they were set-state in fact.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/blkdebug.c