aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md
diff options
context:
space:
mode:
authorMikulas Patocka <mpatocka@redhat.com>2008-10-10 08:37:11 -0400
committerAlasdair G Kergon <agk@redhat.com>2008-10-10 08:37:11 -0400
commitea0ec640940c2ae3a8d71af3249fccf06a9997a3 (patch)
tree1ee9b5f228d1ab415d1853eed6508e2f2b85ef5e /drivers/md
parent89343da077ad564ed130c46e5ea6a79388410fa5 (diff)
dm: publish dm_table_unplug_all
Publish dm_table_unplug_all in include/linux/device-mapper.h because this function is used by targets. Signed-off-by: Mikulas Patocka <mpatocka@redhat.com> Signed-off-by: Alasdair G Kergon <agk@redhat.com>
Diffstat (limited to 'drivers/md')
-rw-r--r--drivers/md/dm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/md/dm.h b/drivers/md/dm.h
index 911d434361dd..8812208978e3 100644
--- a/drivers/md/dm.h
+++ b/drivers/md/dm.h
@@ -46,7 +46,6 @@ void dm_table_presuspend_targets(struct dm_table *t);
46void dm_table_postsuspend_targets(struct dm_table *t); 46void dm_table_postsuspend_targets(struct dm_table *t);
47int dm_table_resume_targets(struct dm_table *t); 47int dm_table_resume_targets(struct dm_table *t);
48int dm_table_any_congested(struct dm_table *t, int bdi_bits); 48int dm_table_any_congested(struct dm_table *t, int bdi_bits);
49void dm_table_unplug_all(struct dm_table *t);
50 49
51/* 50/*
52 * To check the return value from dm_table_find_target(). 51 * To check the return value from dm_table_find_target().