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:
Adrian Bunk
2008-04-24 22:10:56 +01:00
committed by Alasdair G Kergon
parent e8488d0858
commit 4fdfe401e9
2 changed files with 0 additions and 44 deletions

View File

@@ -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.
*---------------------------------------------------------------*/