diff options
author | Alasdair G Kergon <agk@redhat.com> | 2009-12-11 02:52:19 +0300 |
---|---|---|
committer | Alasdair G Kergon <agk@redhat.com> | 2009-12-11 02:52:19 +0300 |
commit | 7c6664114b7342a36f14a6836564e865669b3cea (patch) | |
tree | 0f00dcd89bec3ae1e4003b23018a2b1bf5464ff0 /include/linux/device-mapper.h | |
parent | d0bcb8786532b01206f04258eb6b7d4ac858436a (diff) | |
download | linux-7c6664114b7342a36f14a6836564e865669b3cea.tar.xz |
dm: rename dm_get_table to dm_get_live_table
Rename dm_get_table to dm_get_live_table.
Signed-off-by: Alasdair G Kergon <agk@redhat.com>
Diffstat (limited to 'include/linux/device-mapper.h')
-rw-r--r-- | include/linux/device-mapper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/device-mapper.h b/include/linux/device-mapper.h index df7607e6dce8..fc16a351ef7a 100644 --- a/include/linux/device-mapper.h +++ b/include/linux/device-mapper.h @@ -276,7 +276,7 @@ void dm_table_unplug_all(struct dm_table *t); /* * Table reference counting. */ -struct dm_table *dm_get_table(struct mapped_device *md); +struct dm_table *dm_get_live_table(struct mapped_device *md); void dm_table_get(struct dm_table *t); void dm_table_put(struct dm_table *t); |