diff options
Diffstat (limited to 'drivers/md/dm-table.c')
-rw-r--r-- | drivers/md/dm-table.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/md/dm-table.c b/drivers/md/dm-table.c index 4b22feb01a0c..7d70cca585ac 100644 --- a/drivers/md/dm-table.c +++ b/drivers/md/dm-table.c | |||
@@ -1231,8 +1231,6 @@ void dm_table_unplug_all(struct dm_table *t) | |||
1231 | 1231 | ||
1232 | struct mapped_device *dm_table_get_md(struct dm_table *t) | 1232 | struct mapped_device *dm_table_get_md(struct dm_table *t) |
1233 | { | 1233 | { |
1234 | dm_get(t->md); | ||
1235 | |||
1236 | return t->md; | 1234 | return t->md; |
1237 | } | 1235 | } |
1238 | 1236 | ||