summaryrefslogtreecommitdiff
path: root/drivers/md/dm-ioctl.c
diff options
context:
space:
mode:
authorMike Snitzer <snitzer@redhat.com>2020-10-01 15:00:56 -0400
committerMike Snitzer <snitzer@redhat.com>2020-10-01 15:03:40 -0400
commit61931c0ee9cf5da575996b977a2358b598ef84bb (patch)
tree17cacdcd59ec05ace457d172cd0d2ae9c04b05b8 /drivers/md/dm-ioctl.c
parent0cede372ce6a8adf4d4d28fe7edd2aa913804595 (diff)
dm: export dm_copy_name_and_uuid
Allow DM targets to access the configured name and uuid. Also, bump DM ioctl version. Signed-off-by: Mike Snitzer <snitzer@redhat.com>
Diffstat (limited to 'drivers/md/dm-ioctl.c')
-rw-r--r--drivers/md/dm-ioctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm-ioctl.c b/drivers/md/dm-ioctl.c
index 28122e850ea1..cd0478d44058 100644
--- a/drivers/md/dm-ioctl.c
+++ b/drivers/md/dm-ioctl.c
@@ -2044,7 +2044,7 @@ out:
return r;
}
-
+EXPORT_SYMBOL_GPL(dm_copy_name_and_uuid);
/**
* dm_early_create - create a mapped device in early boot.