diff options
author | Alasdair G Kergon <agk@redhat.com> | 2005-07-12 18:53:05 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-12 19:19:11 -0400 |
commit | d5e404c10a98fc2979643476851e9cbdb1944812 (patch) | |
tree | 1d7d846b43a6a8a022e5cf4fd5453b27abf0de94 /drivers/md/dm-table.c | |
parent | 93c534aefb906824d71ea779ed0c7f1573843f4e (diff) |
[PATCH] device-mapper snapshots: Handle origin extension
Handle writes to a snapshot-origin device that has been extended since the
snapshot was taken.
Signed-off-by: Alasdair G Kergon <agk@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/md/dm-table.c')
-rw-r--r-- | drivers/md/dm-table.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/md/dm-table.c b/drivers/md/dm-table.c index 18e9b9953fcd..a5a4c0ed8a14 100644 --- a/drivers/md/dm-table.c +++ b/drivers/md/dm-table.c | |||
@@ -943,6 +943,7 @@ EXPORT_SYMBOL(dm_vcalloc); | |||
943 | EXPORT_SYMBOL(dm_get_device); | 943 | EXPORT_SYMBOL(dm_get_device); |
944 | EXPORT_SYMBOL(dm_put_device); | 944 | EXPORT_SYMBOL(dm_put_device); |
945 | EXPORT_SYMBOL(dm_table_event); | 945 | EXPORT_SYMBOL(dm_table_event); |
946 | EXPORT_SYMBOL(dm_table_get_size); | ||
946 | EXPORT_SYMBOL(dm_table_get_mode); | 947 | EXPORT_SYMBOL(dm_table_get_mode); |
947 | EXPORT_SYMBOL(dm_table_put); | 948 | EXPORT_SYMBOL(dm_table_put); |
948 | EXPORT_SYMBOL(dm_table_get); | 949 | EXPORT_SYMBOL(dm_table_get); |