]> Git Repo - qemu.git/commit
blkdebug: Factor out remove_rule()
authorKevin Wolf <[email protected]>
Thu, 6 Dec 2012 13:32:56 +0000 (14:32 +0100)
committerKevin Wolf <[email protected]>
Wed, 12 Dec 2012 11:33:48 +0000 (12:33 +0100)
commit9e35542b0fc3871caac15ccd57548b99df2c94b7
tree5a49d2084f33488f48a1b4970b07647163f8adb3
parent312a2ba0eb8ab19646517aeaa785475d3fbcfd51
blkdebug: Factor out remove_rule()

The cleanup work to remove a rule depends on the type of the rule. It's
easy for the existing rules as there is no data that must be cleaned up
and is specific to a type yet, but the next patch will change this.

Signed-off-by: Kevin Wolf <[email protected]>
block/blkdebug.c
This page took 0.024718 seconds and 4 git commands to generate.