summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-ioctl.c
diff options
context:
space:
mode:
authorMike Snitzer <snitzer@redhat.com>2020-10-01 21:00:56 +0200
committerMike Snitzer <snitzer@redhat.com>2020-10-01 21:03:40 +0200
commit61931c0ee9cf5da575996b977a2358b598ef84bb (patch)
tree17cacdcd59ec05ace457d172cd0d2ae9c04b05b8 /drivers/md/dm-ioctl.c
parentdm: fix comment in __dm_suspend() (diff)
downloadlinux-61931c0ee9cf5da575996b977a2358b598ef84bb.tar.xz
linux-61931c0ee9cf5da575996b977a2358b598ef84bb.zip
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.