dm table: remove unused dm_create_error_table
dm_create_error_table() was added in kernel 2.6.18 and never used... Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Alasdair G Kergon <agk@redhat.com>
This commit is contained in:

committed by
Alasdair G Kergon

parent
e8488d0858
commit
4fdfe401e9
@@ -252,12 +252,6 @@ void dm_table_event(struct dm_table *t);
|
||||
*/
|
||||
int dm_swap_table(struct mapped_device *md, struct dm_table *t);
|
||||
|
||||
/*
|
||||
* Prepare a table for a device that will error all I/O.
|
||||
* To make it active, call dm_suspend(), dm_swap_table() then dm_resume().
|
||||
*/
|
||||
int dm_create_error_table(struct dm_table **result, struct mapped_device *md);
|
||||
|
||||
/*-----------------------------------------------------------------
|
||||
* Macros.
|
||||
*---------------------------------------------------------------*/
|
||||
|
Reference in New Issue
Block a user