Loading drivers/md/dm.h +0 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,6 @@ void dm_table_presuspend_targets(struct dm_table *t); void dm_table_postsuspend_targets(struct dm_table *t); int dm_table_resume_targets(struct dm_table *t); int dm_table_any_congested(struct dm_table *t, int bdi_bits); void dm_table_unplug_all(struct dm_table *t); /* * To check the return value from dm_table_find_target(). Loading include/linux/device-mapper.h +5 −0 Original line number Diff line number Diff line Loading @@ -237,6 +237,11 @@ int dm_table_add_target(struct dm_table *t, const char *type, */ int dm_table_complete(struct dm_table *t); /* * Unplug all devices in a table. */ void dm_table_unplug_all(struct dm_table *t); /* * Table reference counting. */ Loading Loading
drivers/md/dm.h +0 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,6 @@ void dm_table_presuspend_targets(struct dm_table *t); void dm_table_postsuspend_targets(struct dm_table *t); int dm_table_resume_targets(struct dm_table *t); int dm_table_any_congested(struct dm_table *t, int bdi_bits); void dm_table_unplug_all(struct dm_table *t); /* * To check the return value from dm_table_find_target(). Loading
include/linux/device-mapper.h +5 −0 Original line number Diff line number Diff line Loading @@ -237,6 +237,11 @@ int dm_table_add_target(struct dm_table *t, const char *type, */ int dm_table_complete(struct dm_table *t); /* * Unplug all devices in a table. */ void dm_table_unplug_all(struct dm_table *t); /* * Table reference counting. */ Loading