aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/device-mapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/device-mapper.h')
-rw-r--r--include/linux/device-mapper.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/device-mapper.h b/include/linux/device-mapper.h
index 5eeeab470cfd..63da56ed9796 100644
--- a/include/linux/device-mapper.h
+++ b/include/linux/device-mapper.h
@@ -463,6 +463,11 @@ struct mapped_device *dm_table_get_md(struct dm_table *t);
463void dm_table_event(struct dm_table *t); 463void dm_table_event(struct dm_table *t);
464 464
465/* 465/*
466 * Run the queue for request-based targets.
467 */
468void dm_table_run_md_queue_async(struct dm_table *t);
469
470/*
466 * The device must be suspended before calling this method. 471 * The device must be suspended before calling this method.
467 * Returns the previous table, which the caller must destroy. 472 * Returns the previous table, which the caller must destroy.
468 */ 473 */