diff options
Diffstat (limited to 'include/linux/device-mapper.h')
-rw-r--r-- | include/linux/device-mapper.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/device-mapper.h b/include/linux/device-mapper.h index a68829e274fe..ad3b787479a4 100644 --- a/include/linux/device-mapper.h +++ b/include/linux/device-mapper.h | |||
@@ -252,12 +252,6 @@ void dm_table_event(struct dm_table *t); | |||
252 | */ | 252 | */ |
253 | int dm_swap_table(struct mapped_device *md, struct dm_table *t); | 253 | int dm_swap_table(struct mapped_device *md, struct dm_table *t); |
254 | 254 | ||
255 | /* | ||
256 | * Prepare a table for a device that will error all I/O. | ||
257 | * To make it active, call dm_suspend(), dm_swap_table() then dm_resume(). | ||
258 | */ | ||
259 | int dm_create_error_table(struct dm_table **result, struct mapped_device *md); | ||
260 | |||
261 | /*----------------------------------------------------------------- | 255 | /*----------------------------------------------------------------- |
262 | * Macros. | 256 | * Macros. |
263 | *---------------------------------------------------------------*/ | 257 | *---------------------------------------------------------------*/ |